DADiSP Worksheet Functions > Function Categories > Table Manipulation > TABLES

 

TABLES

Purpose:

Lists the values of one or more series. This allows you to scroll through point values and compare them.

Syntax:

TABLES(series1 , ..., seriesN)

seriesN

-

Optional. One or more series, defaults to the current Window.

Example:

tables(W2, gsin(100,0.1))

 

returns a table of point values for the series in Window 2 and a 100-point sine wave.

Example:

W1: integ(gnorm(100,1))

W2: polyfit(W1, 10)

W3: polygraph(W2, xvals(W1))

 

tables(W1, W3, W1-W3)

 

displays the original data, the 10th order polynomial fit and the difference between the data and the fit in tabular form.

Remarks:

To change point values in any series use the EDIT or TABLE functions.

 

When the table is displayed, press the F2 key to write the table to an external file.

 

TABLES accepts up to 6 series for the display.

 

See TABLE to set a Window to tabular display.

See Also:

EDIT

TABLE

TABLEVIEW