next up previous contents
Next: epolaris.m Up: Images Functions Previous: eimage.m   Contents

eimagesc.m

NAME
eimagesc - draw scaled image of a matrix

SYNOPSIS
x=eimagesc(matrix[,colorMap[,legendOrientation[,legendScale]]])

PARAMETER(S)
x transformed output matrix with values of color numbers
matrix matrix for image
colorMap define own colormap
legendOrientation side of the image where the legend appears
character 's'(south),'n'(north),'w'(west) or 'e'(east)
(default orientation is south)
legendScale scale vector of legend [start step end]
special cases of scale vector are:
if start=0 and end=0 then autorange=on
if step=0 then autoscale=on
(default scale vector=[0 0 0])

GLOBAL PARAMETER(S)
ePlotAreaPos
ePlotAreaWidth
ePlotAreaHeight
eImageDefaultColorMap
eYAxisWestScale
eXAxisSouthScale
eImageLegendScale
eImageLegendVisible
eImageLegendPos
eImageLegendHeight
eImageLegendWidth
eImageLegendLabelDistance
eImageLegendValueFormat
eImageLegendLabelText
eAxesColor
eAxesTicLongLength
eAxesTicShortLength
eAxesTicLongMaxN
eAxesValueSpace
eAxesValueFontSize
eAxesLabelFontSize
eAxesLabelTextFont
eAxesLineWidth


Stefan Müller 2002-01-15