【发布时间】:2017-10-08 08:54:31
【问题描述】:
我在android studio中导入matlab coder生成的代码时遇到问题。有人可以帮我导入C吗? Screenshot of Folder with the .h and .c files
当 Matlab 生成 C 代码时,它给了我一个充满 .c 和 .h 文件的文件夹,但我不知道如何将它的输入和输出变量连接到我的应用程序。我已经有了 NDK 和一个显示 Hello-jni 的示例 .h 文件!但我想知道如何使用 Matlab 中的这个 C 代码。帮助。 :(
【问题讨论】:
标签: c matlab android-studio matlab-coder