Matlab 2012a compiler and standalone exe file
Afficher commentaires plus anciens
Hi,
IT department helped me to install Matlab 2012a in my laptop, but I couldn't find "Compiler" folder under "\MATLAB\R2012a\toolbox". What can I do for that?
And I use 64bit windows7 and 64bit Matlab. I want to generate standalone exe file and run it on the 32bit windows 7. What can I do?
Can I get more details about these questions?
Thanks.
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 4 Déc 2014
2 votes
First I'd ask them why they installed a 2 years old version 5 releases behind. Then tell them you need the compiler toolbox. Apparently they installed someone's old MATLAB who did not have the compiler. Type "ver" on the command line to see what toolboxes you have.
Once you have the compiler, then to run it on a 32 bit system, you have to run the 32 bit version of MATLAB and then compile your program with mcc or deploytool. Then you have to deploy the 32 bit version of the MCRInstaller.exe to your target system. You can have both 64 bit and 32 bit versions on MATLAB on your computer at the same time. Basically you need to run and compile in the version that you want your target computer to use, and the end users have to use/install the MCRInstaller.exe with the same release year and bit number as you compiled with.
3 commentaires
Fei
le 4 Déc 2014
Image Analyst
le 4 Déc 2014
I don't know about that. I just get my installer from the Mathworks and it has everything that I've bought already bundled into it.
One license works with both installations of 32 and 64 bits. You are not charged two checkouts or installations just because you installed both bit versions. It thinks you have only one "activation" even though both bit versions are installed. I have both 32 and 64 on both my home and work computers and I am not considered to have 4 activations.
Fei
le 5 Déc 2014
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!