How can I save the output of display in a string

 採用された回答

Aaditya Kalsi
Aaditya Kalsi 2014 年 4 月 12 日

0 投票

You can do this with EVALC (<http://www.mathworks.com/help/matlab/ref/evalc.html>)
displaystring = evalc('display(obj)');

その他の回答 (0 件)

カテゴリ

製品

タグ

質問済み:

2014 年 4 月 8 日

回答済み:

2014 年 4 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by