Borrar filtros
Borrar filtros

how to create a standalone application in MATLAB?

2 visualizaciones (últimos 30 días)
amit pathania
amit pathania el 16 de Mayo de 2012
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
Walter Roberson el 17 de Mayo de 2012
amit probably needs more detail than that, pointers to the documentation.
amit pathania
amit pathania el 19 de Mayo de 2012
I am working in MATLAB 2012a on Windows7.I have created a project on image processing so I have created few m-files for different image processing functions.there is GUI where user can select different sources and then based on user selection,he is directed to different m files.Now i want to create a single executable with all m-files,fig files,mat files.
I am using MS VS 2010 compiler.When i use deployment tool and add all files to my project,it starts compiling but i get following error:
"Warning: an error occurred while parsing class emlcoder.InferenceReport: Undefined function 'findclass' for input arguments of type 'double'."
When I am running my matlab code,its working fine.then Why i am getting this error?

Iniciar sesión para comentar.

Respuestas (2)

Thomas
Thomas el 17 de Mayo de 2012
  1 comentario
amit pathania
amit pathania el 19 de Mayo de 2012
I am working in MATLAB 2012a on Windows7.I have created a project on image processing so I have created few m-files for different image processing functions.there is GUI where user can select different sources and then based on user selection,he is directed to different m files.Now i want to create a single executable with all m-files,fig files,mat files.
I am using MS VS 2010 compiler.When i use deployment tool and add all files to my project,it starts compiling but i get following error:
"Warning: an error occurred while parsing class emlcoder.InferenceReport: Undefined function 'findclass' for input arguments of type 'double'."
When I am running my matlab code,its working fine.then Why i am getting this error?

Iniciar sesión para comentar.


Daniel Shub
Daniel Shub el 17 de Mayo de 2012
This has been asked so often it is FAQ 3.10
  4 comentarios
amit pathania
amit pathania el 19 de Mayo de 2012
While compiling my MATLAB code,I am getting following error: "Warning: an error occurred while parsing class emlcoder.InferenceReport: Undefined function 'findclass' for input arguments of type 'double'."
When I am running my matlab code,its working fine.then Why i am getting this error?I am using MS Visual studio 2010 compiler.
Daniel Shub
Daniel Shub el 19 de Mayo de 2012
As I said before, this is a new question.

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by