iptwindowalign() - Image Processing
iptwindowalign(fixed_fig, fixed_fig_edge,
moving_fig, moving_fig_edge) moves the figure moving_fig to
align it with the figure fixed_fig. moving_fig and fixed_fig are
handles to figure objects. fixed_fig_edge and moving_fig_edge describe
the alignment of the figures in relation to their edges and can take
any of the following values: 'left', 'right', 'hcenter', 'top', 'bottom',
or 'vcenter'. 'hcenter' means
center horizontally and 'vcenter' means center
vertically. The following figure shows these alignments.
Syntax
iptwindowalign(fixed_fig, fixed_fig_edge,
moving_fig, moving_fig_edge)
Example
fig1 = figure;
fig2 = figure;
Output / Return Value
Limitations
Alternatives / See Also
Reference