Suppose I have several figures open in matlab. I would like some function I can call, e.g save_all_figures_to_directory('dir_name'), that would iterate over all figures and save them to the specified folder. How do I do this?
Suppose I have several figures open in matlab. I would like some function I
Share
You can use the Matlab function
findobj: