How can I save the output of display in a string
2 次查看(过去 30 天)
显示 更早的评论
I would like to do:
displaystring = display(obj);
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Compiler SDK 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!