<< Utilties for Writing Scripts Utilties for Writing Scripts CutDyad >>

Wavelab Toolbox >> Wavelab Toolbox > Utilties for Writing Scripts > AutoImage

AutoImage

Image display of object assuming arbitrary values

Calling Sequence

AutoImage(img [,x,y])

Parameters

Inputs:

img :

2-d image

x,y :

where x and y are vectors, specifies the labeling of X- and Y-axes, but produces the same image as AutoImage(img).

Description

If the object is already scaled to the range (0,255) you may use GrayImage.

Side Effects The object img, assuming arbitrary values, is scaled to the range (0,255) and displayed as an image with 256 shades of gray.

See also

Authors

<< Utilties for Writing Scripts Utilties for Writing Scripts CutDyad >>