How to run a MATLAB code in an open API
显示 更早的评论
Hello everyone. I have little experience with MATLAB only using it in college and I have developed a code that my company wants to use in a program that has an open api. My question is how do I take my basic code give it a face and run in it the open API. Any advice or help of any sort to guide me in the right direction would be greatly appreciated.
回答(1 个)
Gaurav Garg
2021-2-8
编辑:Gaurav Garg
2021-2-8
0 个投票
Hi Luis
You can run the MATLAB code through DOS prompt (on Windows), command window (on Linux), generate pcode file for your program (link), or make an app by taking help from here.
类别
在 帮助中心 和 File Exchange 中查找有关 Debugging and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!