MCR not working in ubuntu 32 bit
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Vignesh Rangaishenvi
2014 年 6 月 20 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!