MCR not working in ubuntu 32 bit
Show older comments
I have installed MCR_R2012a_glnx86_installer.zip in 32 bit ubuntu natty system. Setting environment variable in bashrc everything is over and right. I did as per installation guide. But while running i got error.
root@XXXX:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v717/bin# matlab
matlab: No MATLAB executable for this machine architecture.
/usr/local/MATLAB/MATLAB_Compiler_Runtime/v717/bin/glnx86/MATLAB does not exist!
1 Comment
Friedrich
on 14 Feb 2014
The MCR is not MATLAB. There is no matlab application to start.
Answers (1)
Vignesh Rangaishenvi
on 20 Jun 2014
0 votes
MCR is used for running compiled applications. You cannot run the compiled application without installing the MCR corresponding to the MATLAB version that was used to generate the compiled application. When you run your compiled application, the MCR will be invoked automatically.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!