什麼是MCR?
MCR之前是 matlab component runtime的縮寫,後更名為 matlab compiler runtime。MCR實際上是一組獨立的共享庫,也即是常說的動态連接配接庫,所起的作用是使得你可以執行編譯過的matlab檔案,與matlab提供的另外兩個庫----數學庫和圖形庫不同之處在于它支援matlab語言所有的特性,而不僅僅是數學計算和圖形功能。換句話說他的作用就是給編譯後的matlab檔案執行提供一個環境。
matlab幫助系統對MCR的介紹
The MCR is an engine for execution of compiled MATLAB code.As such, when a compiled application runs, there is sometimes a delayas the MCR is initialized. There can be a delay the first time yourun the application, although typically less than you experience runningon the MATLAB desktop.
MATLAB Compiler RuntimeMATLAB Compiler 4 uses the new MATLAB Compiler Runt