next up previous contents
Next: eshadoix.m Up: Images Functions Previous: eshadoi.m   Contents

eshadois.m

NAME
eshadois - draw scaled shadow image of a matrix

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

PARAMETER(S)
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 east)
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])

if the next return parameters are used then no output
x scaled shadow image matrix
colorMapNew colormap of x

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


Stefan Müller 2002-01-15