If I already have a .mat file with the variables x and y, is there a way to use the save command to add another variable z to the .mat file without having to explicitly state the variables x and y in the save command?
If I already have a .mat file with the variables x and y ,
Share
If you look at the
save()function documentation, there is a form of the save command that might help:The help for this form says: