exporting the variable values in a text file

2 visualizaciones (últimos 30 días)
ramakrishna bathini
ramakrishna bathini el 7 de Abr. de 2011
can any body help me exporting the variable values into a text file or an excel sheet.

Respuesta aceptada

Robert Cumming
Robert Cumming el 7 de Abr. de 2011
you could also use either of:
xlswrite
cvswrite

Más respuestas (1)

Paulo Silva
Paulo Silva el 7 de Abr. de 2011
The best way to save variables and load them is using the commands:
save
load
because they can handle all types of variables.

Community Treasure Hunt

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

Start Hunting!

Translated by