is it possible to include selected toolboxes while deploying a standalone app which requires less size installation of MCR on target system
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
phani kumar
am 21 Dez. 2013
Bearbeitet: Image Analyst
am 23 Dez. 2013
as the MCR size is greater than 340MB it is hard to download the matlab runtime over some metered networks. I build a windows standalone application using MATLAB R2012b which is about 20MB in size but the size of MCR limits me to share and package a windows installer with it.so please suggest me how to decrease size of MCR.Is there any MATLAB runtimes for dedicated toolboxes for deploying?
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 21 Dez. 2013
I'm pretty sure the answer is no. You have to install the whole MCR regardless if you're only using a single function from it.
4 Kommentare
Image Analyst
am 23 Dez. 2013
Bearbeitet: Image Analyst
am 23 Dez. 2013
You say "uninstalled MCR but not MATLAB." - well there's the key. If you have MATLAB, you do not need the MCR. I was referring to a completely new and fresh computer where neither MATLAB nor MCR is installed. When I asked " Or maybe you're running it on your development computer instead of a clean system." I meant a computer where you have the full blown MATLAB development installed on it. I know that you can run it with MATLAB but not the MCR as that sentence implies. I thought you were installing on computers without any MATLAB on them . Since you are not, and you are in fact installing on computers with MATLAB installed on them already, why not just run the m-file?
But anyway, since you have MATLAB installed, the answer to your original question is : you do not need to deploy MCR to run executables with the full MATLAB environment already installed on them.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!