MATRIX DELETE ROW
Name:
Type:
Purpose:
Delete a row from an existing matrix.
Description:
It is sometimes convenient to delete an observaton (i.e., a
row) to an already existing data matrix. This command
allows you to do that in a simple way.
Syntax:
Examples:
LET M = MATRIX DELETE ROW M X
Note:
Matrices are created with either the READ MATRIX command or the
MATRIX DEFINITION command. Enter HELP MATRIX DEFINITION and HELP
READ MATRIX for details.
Default:
Synonyms:
Related Commands:
READ MATRIX
|
= Read a matrix.
|
MATRIX COLUMN DIMENSION
|
= Dimension maximum number of columns for
Dataplot matrices.
|
MATRIX ADD ROW
|
= Add a row to a matrix.
|
MATRIX ROW
|
= Copy a row of a matrix to a column.
|
Applications:
Implementation Date:
Program:
READ MATRIX M
1 2 3
4 5 6
7 8 9
END OF DATA
LET M = MATRIX DELETE ROW M 2
PRINT M
Date created: 6/5/2001
Last updated: 4/4/2003
Please email comments on this WWW page to
[email protected].