I am trying to work out how big one pixel is on a display (my laptop, for starters, but ideally in a dynamic way). Screen ('PixelSize') should give this, right?
However, the documentation for Screen does not state what unit PixelSize returns in. When I run it on my laptop, I get
ans =
32
However, I have a 14' display that has a resolution of 1600x900, so a quick calculation says every pixel should be 0.0076 inches wide (or 0.0193 cm).
Can anyone help me out?