Is it possible to request an input file in a deployed application?
Mostrar comentarios más antiguos
I have a program which asks the user for an input file and other parameters in order to work, such as: file_name=input('Enter the text file with the input and the output:','s')
When I deploy the program and try to run it, it fails and says that the file is missing and won't ask for it.
Is there a solution?
Thanks in advance,
Itai
Respuesta aceptada
Más respuestas (2)
Itai
el 27 de Ag. de 2013
Chetan Rawal
el 3 de Sept. de 2013
0 votos
The neater way to do this will be through a UI since what you really want is user interaction. See http://www.mathworks.com/help/matlab/gui-building-basics.html
1 comentario
Itai
el 3 de Sept. de 2013
Categorías
Más información sobre App Building en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!