mat to ascii conversion
Afficher commentaires plus anciens
load ('ggoodFFR.mat');
save ('ggoodFFR.txt', '-ascii');
I used this code to convert mat to ascii.but its showing error.Its an average file with value 1*3125 double.
Please help
4 commentaires
Luca Ferro
le 18 Jan 2023
could you share the error?
Gowri R
le 18 Jan 2023
Matt Butts
le 18 Jan 2023
Do you have write access to the current directory? Does a file already exist called FFR.txt in the current directory?
Luca Ferro
le 25 Jan 2023
to check if you have permissions use:
fileattrib ggoodFFR.mat
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur File Operations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!