I write a script in matlab, which produces figures out a set of data.
The figures are supposed to rather similar with respect to formating, and each of them is ought to display a set of data ( it is graph embedded in a 3d-domain ). Each of these figures is ought furthermore to display a set of particles within that 3d-domain.
So i would like to create the first figure, then make several copies of it, and put in the data sets. However, I do not know, how I can create clones of a figure in Matlab in a simple way.
Do you know, how I can clone figures?
The online documentation didn’t help. Thank you very much!
MATLAB’s built-in function copyobj should also work. Here’s an example: