How to convert .txt file to .dat?
30 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Walter Roberson
il 19 Set 2018
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 Commenti
Vedere anche
Categorie
Scopri di più su Data Import and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!