Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在基于 Windows 的系统中安装了 matlab。我已经为应用程序生成了一个模型。我想将此代码转换为 C++ 代码并在基于 linux 的系统中使用它。我使用自动编码器将此代码转换为 C 代码,但我不明白如何在基于 linux 的系统中使用它。请让我知道要遵循的步骤是什么?
谢谢你
您必须围绕生成的 C 文件构建一个项目(或 linux 的 makefile)。使用像样的编译器,您应该能够在 Linux 和 Windows 下编译这些。