MCR,为MATLAB Compiler Runtime的简写,在MATLAB帮助文档里如此介绍:
“The MATLAB Compiler Runtime is a standalone set of shared librariesthat enable the execution of MATLAB files, even on computers withoutan installed version of MATLAB.”
也就是说,如果程序设计者使用MATLAB设计一些m文件格式的算法,为了在没有安装MATLAB软件的计算机系统上能够调用这些m文件,MCR提供了能够使这些m文件运行所必需的一些运行时库。
本文介绍了MATLAB Compiler Runtime (MCR) 的作用及其如何使MATLAB编写的程序能够在未安装MATLAB的计算机上运行。MCR是一组独立的共享库,通过它,可以实现在不同平台上对MATLAB文件的支持。

2796

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



