DADiSP Worksheet Functions > Function Categories > Table Manipulation > TABLEVIEW
Displays the data in a Window in tabular format.
TABLEVIEW(win)
win |
- |
Optional. Window reference. Defaults to the current Window. |
W1: rand(5);tableview()
generates a 5x5 random series in Window 1 and displays the data tabular mode. Each series is in a separate column; if there is more than one series in a Window, each series appears as a separate column.
Without a Window reference, tableview is equivalent to setplotstyle(4).
To change point values, press [F9] in an active Window to display a cursor. Select the point values to edit using the arrow keys. Type the new value and press [Enter] to overwrite the old value.
TABLEVIEW can be abbreviated as TABLE.