exporting the variable values in a text file

3 次查看(过去 30 天)
can any body help me exporting the variable values into a text file or an excel sheet.

采纳的回答

Robert Cumming
Robert Cumming 2011-4-7
you could also use either of:
xlswrite
cvswrite

更多回答(1 个)

Paulo Silva
Paulo Silva 2011-4-7
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