Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
copyfig.m File Reference

COPYFIG Create a copy of a figure, without changing the figure. More...

Functions

function fh = copyfig (fh)
 COPYFIG Create a copy of a figure, without changing the figure. More...
 

Detailed Description

COPYFIG Create a copy of a figure, without changing the figure.

Function Documentation

function fh = copyfig (   fh)

COPYFIG Create a copy of a figure, without changing the figure.

Examples
fh_new = copyfig(fh_old)

This function will create a copy of a figure, but not change the figure, as copyobj sometimes does, e.g. by changing legends.

IN
fh_old - The handle of the figure to be copied. Default: gcf.
OUT
fh_new - The handle of the created figure.

Referenced by export_fig(), and isolate_axes().

Here is the caller graph for this function: