Avoid saving of graphics in Matlab
问题 Starting R2014b Matlab has changed the way how variables are saved using save command; Matlab has also changed the way graphic handles are saved, they are saved as structures now. If you have graphic handles in workspace Matlab takes it longer to save the mat file, size of mat file is large and when you load the file all the saved figures are popped-up, which is irritating to me. It also produces a warning: Warning: Figure is saved in Oakley_19_PDEparameterEstimation.mat. Saving graphics