Matlab compiler: interactive input like INPUT function
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
When making compiled programs with the Matlab compiler, is there a way of accepting variables from the user after the program has started running?
I know that variables can be passed in as command line options when executing the program.
But I want to use something like the Matlab INPUT command (this causes an error)
Thanks.
4 comentarios
Walter Roberson
el 16 de Mayo de 2012
If windows, is it a console application or a standalone application that you are producing? It would not surprise me if input() failed on a standalone application.
Respuestas (2)
Ahmed Saad
el 15 de Mayo de 2012
please tell me how it can be passed in as command line options,i have the same problem
5 comentarios
Edward
el 17 de Mayo de 2012
Ver también
Categorías
Más información sobre MATLAB Compiler 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!