save, load
save <filename> <variable1> <variable2> ...orsave(<'filename.mat'> <'variable1', 'variable2' ...>)saves the variables variable1, variable2, … to the filefilename.mat- filename defaults to
matlab - By default, every variable is saved
- Append
-appendto the first form to add variables to an existing file instead of overwriting it
- filename defaults to
load <filename> <variable1> <variable2> ...orload(<'filename.mat'> <'variable1', 'variable2' ...>)loads with the same syntax