I found some solution where one need to specify and save manualy all the figures but i am looking for something fast and automatic.
Save figure as mat matlab.
If you use save to save a figure then the function displays a warning message.
Please how to save all figures that have been generated by a code or different codes so al opened figures in one pdf file.
The documentation for the save command says that you should delete figures if you don t want to bog down the mat file.
M or mfig save the figure as a matlab figure file and additionally create a matlab file that opens the figure.
I save to a mat file periodically and i re use my figure after issuing clf i would prefer not to have to delete it just to save a mat file then open a new figure.
This format is not valid for simulink block diagrams.
To open the figure run the matlab file.
Keep in mind that the figures might not be.
To save only part of a figure such as an axes or to save handles in addition to the data use the save function to create a mat file.
Save figure as mat to a different folder.
Avoid saving figures with the save function.
Today i am writing this tutorial for creating and saving m file in matlab.
To open figures saved with the fig extension use the openfig function.
This format is not valid for simulink block diagrams.
While learning matlab you should know how to create mat file in matlab.
Using save to save a figure in r2014b or later makes mat file inaccessible in earlier versions of matlab.
Delete any figures before using save.
This option is not valid for simulink block diagrams.
Use the savefig function instead.
Fig save the figure as a matlab figure file with the fig extension.
Opens the file examplefile fig in matlab.
Why do you need a mat file.
To open figures saved with the fig extension use the openfig function.
Savefig saves the full matlab figure.
I get the first figure in my question above with the corresponding colorbar.
Using your answer above i try to save the colormap to a mat file so that whenever i run this code again i can load the colorbar and apply it to other figures.
Is there a way to do this.
If you are writing the program for solving technical computing or running simulink model you need to save the program as m file in matlab.