You are here : matlabImage Processingtruesize

truesize() - Image Processing

truesize(fig,[mrows ncols]) adjusts
the display size of an image. fig is a figure containing
a single image or a single image with a colorbar. [mrows
ncols] is a 1-by-2 vector that specifies the requested screen
area (in pixels) that the image should occupy.truesize(fig) uses the image height and width
for [mrows ncols]. This results in the display
having one screen pixel for each image pixel.If you do not specify a figure, truesize uses
the current figure.


Syntax

truesize(fig,[mrows ncols])


Example

imshow(checkerboard,'InitialMagnification','fit')


Output / Return Value


Limitations


Alternatives / See Also


Reference