how to create a standalone application in MATLAB?
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 16 Mai 2012
You need MATLAB Compiler.
Kaustubha Govind
le 17 Mai 2012
Walter: Perhaps you should post your comment as an answer? :)
Walter Roberson
le 17 Mai 2012
amit probably needs more detail than that, pointers to the documentation.
amit pathania
le 19 Mai 2012
Réponses (2)
Daniel Shub
le 17 Mai 2012
0 votes
4 commentaires
amit pathania
le 17 Mai 2012
Daniel Shub
le 17 Mai 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
le 19 Mai 2012
Daniel Shub
le 19 Mai 2012
As I said before, this is a new question.
Catégories
En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!