to use string printed in cammand window in matlab code
古いコメントを表示
I want to use a string that is printed in the cammand window in my matlab code, how is that possible??
1 件のコメント
Image Analyst
2013 年 9 月 10 日
編集済み: Image Analyst
2013 年 9 月 11 日
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?
回答 (1 件)
Walter Roberson
2013 年 9 月 10 日
0 投票
Have a look at evalc()
カテゴリ
ヘルプ センター および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!