Saving of a file?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to convert say " nat.log " to " nat.txt "?
0 Commenti
Risposte (1)
Star Strider
il 14 Lug 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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Workspace Variables and MAT Files in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!