Edit and save MAT file

5 views (last 30 days)
JM
JM on 29 Jul 2011
Hello, I have a script that loads a MAT file into the workspace and changes some fields of a struct in the MAT file. After that, I want the script to save the MAT file with the edited struct in it(not create a new file). How do I do this?

Accepted Answer

Walter Roberson
Walter Roberson on 30 Jul 2011
save('YouOldFileName.mat', 'YourStructureVariableName','-append')

More Answers (0)

Categories

Find more on File Operations in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!