Procedure SetValue(row,col:Integer;newValue:Double);
{Defined in UNIT SMatPlot.PAS}
Set 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.