MATLAB, Compiled MATLAB, Coder differences
显示 更早的评论
Lets say I have a moderately complex calculation that is limited by the CPU, requires no "crap" (e.g., graphics, user input, symbolic math, and GPU processing) and is fully compliant with the limitations of the MATLAB compiler and the MATLAB coder. If I want to run this application on N machines (each with a license of MATLAB) do I run MATLAB, compile it and run the executable with MCR, or use the coder and run the executable?
My hunch is that the coder will produce slightly/significantly slower code, but then again, maybe the coder is really smart and it will produce faster code.
Maybe the questions are: If you have an abundance of MATLAB licenses is there any reason to use the compiler or coder? Are there disadvantages of using the compiler or coder?
采纳的回答
更多回答(1 个)
Chetan Rawal
2015-6-25
2 个投票
An answer from the MathWorks Support team is now available to help you minimize the confusion. Go to the following page for the best guidance:
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!