How to convert .txt file to .dat?
32 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Walter Roberson
le 19 Sep 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 commentaires
Voir également
Catégories
En savoir plus sur Data Import and Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!