how to create a standalone application in MATLAB?
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 16 de Mayo de 2012
You need MATLAB Compiler.
Kaustubha Govind
el 17 de Mayo de 2012
Walter: Perhaps you should post your comment as an answer? :)
Walter Roberson
el 17 de Mayo de 2012
amit probably needs more detail than that, pointers to the documentation.
amit pathania
el 19 de Mayo de 2012
Respuestas (2)
Thomas
el 17 de Mayo de 2012
1 voto
Couple of useful links:
1 comentario
amit pathania
el 19 de Mayo de 2012
Daniel Shub
el 17 de Mayo de 2012
0 votos
4 comentarios
amit pathania
el 17 de Mayo de 2012
Daniel Shub
el 17 de Mayo de 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
el 19 de Mayo de 2012
Daniel Shub
el 19 de Mayo de 2012
As I said before, this is a new question.
Categorías
Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!