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
MATLAB's built-in function copyobj should also work. Here's an example:
peaks; f2=copyobj(gcf,0);