Save disp output as a string/cell variable
Ältere Kommentare anzeigen
The command disp(x) does a reasonable job of displaying variables of any class. For example, it expands structures to show their fields and values. Is it possible to capture this formatted output as a variable?
Akzeptierte Antwort
Weitere Antworten (2)
Jan
am 28 Jul. 2021
Since Matlab R2021a:
str = formattedDisplayText(x)
Manish Vankudre
am 13 Mär. 2018
0 Stimmen
Can you please give an example an explain
Kategorien
Mehr zu Variables finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!