Skip to content

vlt.matlab.graphics.normalized2pixels

  NORMALIZED2PIXELS - converts a 'normalized' figure rectangle to raw pixels

  NEWRECT = vlt.matlab.graphics.normalized2pixels(FIG,RECT)
    or 
  NEWRECT = vlt.matlab.graphics.normalized2pixels(FIG_RECT,RECT)

  Converts a 'normalized' rectangle (see help axes for definition) to raw
  pixels.

  This function obtains the figure rectangle from the figure handle FIG if the
  first input argument is a figure handle, or uses the rectangle FIG_RECT
  if it is a 4-element vector.

  See also:  vlt.matlab.graphics.pixels2normalized