how to create a standalone application in MATLAB?
Show older comments
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 Comments
Walter Roberson
on 16 May 2012
You need MATLAB Compiler.
Kaustubha Govind
on 17 May 2012
Walter: Perhaps you should post your comment as an answer? :)
Walter Roberson
on 17 May 2012
amit probably needs more detail than that, pointers to the documentation.
amit pathania
on 19 May 2012
Answers (2)
Daniel Shub
on 17 May 2012
0 votes
4 Comments
amit pathania
on 17 May 2012
Daniel Shub
on 17 May 2012
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
on 19 May 2012
Daniel Shub
on 19 May 2012
As I said before, this is a new question.
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!