Saving of a file?

1 次查看(过去 30 天)
AbelM Kusemererwa
AbelM Kusemererwa 2015-7-14
How to convert say " nat.log " to " nat.txt "?

回答(1 个)

Star Strider
Star Strider 2015-7-14
You can use the save function to save it as an ASCII file, although it is probably better to save it as a default binary .mat file. (Use the load function to load it back into your workspace.)
They are much easier to work with, unless you need to export it to an application outside MATLAB, but then the outside application can load it as a .log file.

类别

Help CenterFile Exchange 中查找有关 Workspace Variables and MAT-Files 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by