How can I save the output of display in a string

8 vues (au cours des 30 derniers jours)
Roland
Roland le 8 Avr 2014
I would like to do:
displaystring = display(obj);

Réponse acceptée

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

Plus de réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by