How to convert .txt file to .dat?
34 ビュー (過去 30 日間)
古いコメントを表示
I created a text file in matlab and wrote my data on it. Now I need to convert this text file to .dat. How should I do this?
3 件のコメント
回答 (1 件)
Walter Roberson
2018 年 9 月 19 日
You can call movefile() if all you need is to change the file extension.
You can probably just change the code to open a .dat for writing instead of .txt but that depends on how the code creates the file.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!