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 CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by