how load txt file within GUI?
Mostrar comentarios más antiguos
*hi,
I would like to load txt file within GUI.
I don't know how do that, when I read it I do that from command window.
please help me.
thanks in advance*
Respuestas (1)
Walter Roberson
el 24 de Feb. de 2014
Any command you can use at the command window can also be used in code. For example,
myvalues = load('YourFileName.txt');
Categorías
Más información sobre File Operations 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!