to use string printed in cammand window in matlab code
Ältere Kommentare anzeigen
I want to use a string that is printed in the cammand window in my matlab code, how is that possible??
1 Kommentar
Image Analyst
am 10 Sep. 2013
Bearbeitet: Image Analyst
am 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?
Antworten (1)
Walter Roberson
am 10 Sep. 2013
0 Stimmen
Have a look at evalc()
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!