Function Value(row,col:Integer):Double;
{Defined in UNIT SMatPlot.PAS}
Read the value of a matrix element in an SMatPlot object. Row and Col should be in the range
1<=row<=Nrows
and
1<=col<=Ncols.
Error checking is performed to insure that the matrix exists and that the row col values are valid.