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!