How can I save the output of display in a string

1 回表示 (過去 30 日間)
Roland
Roland 2014 年 4 月 8 日
回答済み: Aaditya Kalsi 2014 年 4 月 12 日
I would like to do:
displaystring = display(obj);

採用された回答

Aaditya Kalsi
Aaditya Kalsi 2014 年 4 月 12 日
You can do this with EVALC (<http://www.mathworks.com/help/matlab/ref/evalc.html>)
displaystring = evalc('display(obj)');

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by