What's the Best Way to Convert a .mat File from -v4 format to -v7 Format?
Show older comments
Is there a better way than reading all of the data from the -v4 .mat file and then saving all of the data to a -v7?
data = load('v4matfile.mat');
save("v7matfile.mat","-struct","data","-v7");
Accepted Answer
More Answers (0)
Categories
Find more on Workspace Variables and MAT Files 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!