to state the decision
The first step is to build using a handler. Use figa = figure; where figa is now the shape handler. If you use several, for example 30, you said numbers, then figa = figure; figb = figure ....... figad = figure; second step; use numbers for what you want to build; this should be done by recalling a figure, for example a figure (figa), hold, graph (x1, y1) figure (figb), hold, graph (x2, y2) .... so on 30 graphs the third set - save all numbers saveas (figa, '1.fig'); saveas (figb, '2.fig'); ....... so on for 30 sites; The fourth step is to close the charts from your monitor to close everything; The fifth step is to reopen these numbers openfig ('1.fig'); openfig ('2.fig'); ............. so on for 30 figs
One suggestion: use excel to create this long list of shape names and it is better to use separate .m files so as not to increase your main matlab code.
source share