Statistica Visual Basic Library of Matrix Functions - MatrixDisplay (Matrix, ?Title$)

Note this function exists solely for backward compatibility with Statistica BASIC programs that were created in early versions of Statistica (i.e. 5.5 and earlier).

Parameter Description
Matrix name of data matrix (see Arrays in functions) to be displayed in a scrollsheet
?Title$ title of scrollsheet (see Strings in Functions)

Return value: Scrollsheet handle (i.e. window handle)

The MatrixDisplay function will place the contents of the specified Matrix (see Arrays in functions) in a scrollsheet with the given Title$ text as the scrollsheet title, using default column and row names.

Related topics
MatrixWrite. For more information on using arrays, see Arrays in functions. For a complete list of matrix functions, see Statistica Visual Basic library of matrix functions.