Effacer les filtres
Effacer les filtres

how load txt file within GUI?

2 vues (au cours des 30 derniers jours)
nada ali
nada ali le 24 Fév 2014
Commenté : nada ali le 24 Fév 2014
*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*
  3 commentaires
nada ali
nada ali le 24 Fév 2014
i used input file but that make me in command window. I want stay I gui with go back into command window
nada ali
nada ali le 24 Fév 2014
for more details
in fact I want to read any file , i mean there is no specific file. so, it should be message ask me to input the name of txt file

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
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 Data Import and Analysis dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by