Skip to content

vlt.matlab.graphics.isinwhere

  ISINWHERE 0/1 is a rectangle within another rectangle?

  B = vlt.matlab.graphics.isinwhere(RECT, UNITS, WHERE)

  B is 1 if the rectangle RECT in the units UNITS (either 'normalized' or
  'pixels') is in the location structure WHERE.  The figure is assumed to be
  WHERE.FIGURE;

  For a description of the location structure, see 'help analysis_generic'.