Saving of a file?
3 ビュー (過去 30 日間)
古いコメントを表示
How to convert say " nat.log " to " nat.txt "?
0 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File 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!