How can I save the output of display in a string
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Roland
le 8 Avr 2014
Réponse apportée : Aaditya Kalsi
le 12 Avr 2014
I would like to do:
displaystring = display(obj);
0 commentaires
Réponse acceptée
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)');
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur String Parsing 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!