0 Downloads
Updated 27 Nov 2007
No License
Copies one figure into another figure and lets the users move and resize the copied figure. This utility is great if you need a figure in a figure and still would like to use MATLAB's export function.
This is an updated version of the original figcopy to account for uicontrols stored in the figures children handles.
Dirk Tenne (2021). figcopy (https://www.mathworks.com/matlabcentral/fileexchange/17768-figcopy), MATLAB Central File Exchange. Retrieved .
Inspired by: figcopy
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
very good !!
Excellent
small bug:
replace 1 by fc
hcfig = findobj(1,'Type','axes');
please check your code with M-Lint before publishing
Very nice, thanks a lot
Very useful tool for placing one plot into/onto another. Avoids the usual tangles of multi-axes figures since you can get each plot ready seperately, then put them together after. Well done.