How can I save the output of display in a string

 Respuesta aceptada

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

Más respuestas (0)

Productos

Etiquetas

Preguntada:

el 8 de Abr. de 2014

Respondida:

el 12 de Abr. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by