Concept Flow - MAT file save and load
Create variables in workspace
Use save('file.mat', 'var1', 'var2', ...)
MAT file 'file.mat' created with variables
Clear or close workspace
Use load('file.mat')
Variables restored in workspace
First, variables are saved into a MAT file. Later, loading the MAT file restores those variables back into the workspace.