mat to ascii conversion
Show older comments
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 Comments
Luca Ferro
on 18 Jan 2023
could you share the error?
Gowri R
on 18 Jan 2023
Matt Butts
on 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
on 25 Jan 2023
to check if you have permissions use:
fileattrib ggoodFFR.mat
Accepted Answer
More Answers (0)
Categories
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!