how load txt file within GUI?
Afficher commentaires plus anciens
*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*
Réponses (1)
Walter Roberson
le 24 Fév 2014
Any command you can use at the command window can also be used in code. For example,
myvalues = load('YourFileName.txt');
Catégories
En savoir plus sur Workspace Variables and MAT Files dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!