Saving of a file?

4 vues (au cours des 30 derniers jours)
AbelM Kusemererwa
AbelM Kusemererwa le 14 Juil 2015
How to convert say " nat.log " to " nat.txt "?

Réponses (1)

Star Strider
Star Strider le 14 Juil 2015
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.

Catégories

En savoir plus sur Workspace Variables and MAT Files 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!

Translated by