Home > ISET > utility > ieDpi2Mperdot.m

ieDpi2Mperdot

PURPOSE ^

Convert dots per inch microns per dot

SYNOPSIS ^

function mpd = ieDpi2Mperdot(dpi,unit)

DESCRIPTION ^

 Convert dots per inch microns per dot

    mpd = ieDpi2Mperdot(dpi,[unit])

 Both dpi and microns are commonly used to specify display pixel size.
 We make it easy to convert from dots per inch to microns per dot.

 Example:
   dpi = 120;
   mpd = ieDpi2Mperdot(dpi,'um')
   mpd = ieDpi2Mperdot(dpi)
   mpd = ieDpi2Mperdot(dpi,'meters')

 See also: mperdot2dpi

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 20-Nov-2008 22:09:04 by m2html © 2003