how to create a standalone application in MATLAB?
이전 댓글 표시
I have created a project which contains 8 .m-files,3 .mat files,few images,5 .fig files.Now I want to create standalone application which I can distribute or use in other PCs which dont have MATLAB.How to create and distribute my software?
댓글 수: 4
Walter Roberson
2012년 5월 16일
You need MATLAB Compiler.
Kaustubha Govind
2012년 5월 17일
Walter: Perhaps you should post your comment as an answer? :)
Walter Roberson
2012년 5월 17일
amit probably needs more detail than that, pointers to the documentation.
amit pathania
2012년 5월 19일
답변 (2개)
Daniel Shub
2012년 5월 17일
0 개 추천
댓글 수: 4
amit pathania
2012년 5월 17일
Daniel Shub
2012년 5월 17일
That has the making of a much better question(s). For the issue with the compiler and the errors, you need to provide much more detail about what the errors are, the steps that lead to the errors, and your system (OS, MATLAB version, Compiler version). It sound like currently you run the compiler N times and get N executables, and you want to create one executable that will install the N executables. In Linux you would just create a tarball. I am sure it can be done in Windows also, but it might not be a MATLAB question. This again would be a new, and much more interesting, question.
amit pathania
2012년 5월 19일
Daniel Shub
2012년 5월 19일
As I said before, this is a new question.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!