How can I save the output of display in a string

1 vue (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)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by