to use string printed in cammand window in matlab code
Afficher commentaires plus anciens
I want to use a string that is printed in the cammand window in my matlab code, how is that possible??
1 commentaire
Image Analyst
le 10 Sep 2013
Modifié(e) : Image Analyst
le 11 Sep 2013
How did it get there? Did you type it in, or did your m-file generate it? Can you just highlight it, copy it, then paste it into your MATLAB code in your m-file?
Réponses (1)
Walter Roberson
le 10 Sep 2013
0 votes
Have a look at evalc()
Catégories
En savoir plus sur File Operations 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!