save variables in matlab workspace
古いコメントを表示
I have a function which calls a script. There are some variables in script. I want to save them to my command window. How can i do that. Any help fellas.
採用された回答
その他の回答 (1 件)
Walter Roberson
2012 年 11 月 12 日
assignin('base', 'variablename', value)
カテゴリ
ヘルプ センター および File Exchange で Whos についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!