MATLAB Compiler encrypts and archives your MATLAB code (which remains asMATLAB .m code),and packages it in a thin executable (either .exe or .dll) wrapper. This isdelivered to the end user along with the MATLAB Compiler Runtime (MCR). If youwish, the MCR can be packaged within the executable as well.
The MCR is freelyredistributable, and you can think of it as essentially a copy of MATLABwithout a front-end desktop.
When the user runsthe executable, it dearchives and decrypts the MATLAB code, and runs it againstthe MCR instead of MATLAB. Applications delivered

MATLAB Compiler将MATLAB代码加密并打包成可执行文件,依赖MATLAB Compiler Runtime(MCR)运行,保持与MATLAB相同的速度。而MATLAB Coder将部分MATLAB语言转换为C代码,无需MCR,可作为mex文件、编译后在其他应用中调用或在嵌入式设备上运行,通常速度更快,但支持的语言子集有限。

308

被折叠的 条评论
为什么被折叠?



