I am having Matlab 7.90.( r2009b). I want to create executable for linux (fedora and ubuntu). But no MCR of same version available. And also unable to find option to create executable in matlab.
이전 댓글 표시
Hi,
What I have:
- Matlab 7.90.( r2009b)
- MCR : R2012b ( MCR_R2012b_glnxa64_installer.zip )
What I want:
- Matlab and MCR should be at one place so that I can create standalone script. As per online tutorials, I have tried mcc and mbuild command which threw error: Undefined function or variable. So how can I link Matlab and MCR ?
- Stand alone script of command line program for OS: Ubuntu and Fedora.
답변 (1개)
Andreas Goser
2015년 1월 13일
0 개 추천
It looks like you do not have the necessary product - MATLAB Compiler - available to create stand-alone applications. You can test this by typing 'ver' into your command line and see the products installed.
댓글 수: 4
chetan
2015년 1월 13일
Andreas Goser
2015년 1월 13일
-> No MATLAB Compiler
chetan
2015년 1월 13일
Andreas Goser
2015년 1월 13일
The MCR comes with the installation of the MATLAB Compiler. You don't have the MATLAB Compiler product, so it looks somebody gave you the MCR to run a stand-application this person provided to you.
For creating a stand-alone application, the MCR is not enough. You need the MATLAB Compiler product.
카테고리
도움말 센터 및 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!