MATLAB to C/C++
이전 댓글 표시
I have written a software in MATLAB code. But I want to run it in a machine with MATLAB not installed. How is it possible? I converted it into pcode, but the file still requires MATLAB to run, if not the .m file.Moreover, my MATLAB compiler is not really working.Thanks in advance.
댓글 수: 5
Chandrasekhar
2013년 6월 21일
you can use a matlab coder to convert your matlab script to C/C++ code
Sarah Ghosh
2013년 6월 21일
Chandrasekhar
2013년 6월 21일
yes matlab coder will do.. which version of matlab you are using?
Sarah Ghosh
2013년 6월 21일
Chandrasekhar
2013년 6월 23일
matlab coder starts with Matlab 2011a.. it doesn't wrk with 2009b
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!