*REMOVE
*REMOVE, Name, Val1, Val2, Val3
Suppresses rows or columns of a dense matrix or a vector.
Valid Products:  Pro | Premium | Enterprise | PrepPost | Solver | AS add-on
Argument Descriptions
- Name
- Name of the matrix or vector to be revised. 
- Val1,- Val2,- Val3
- Additional input. The meaning of - Val1to- Val3varies depending on the entity type (matrix or vector). See details below.
The following Val1 through Val3 fields are used if Name refers to a dense matrix created by the *DMAT command:
- Val1
- First row or column number to suppress. 
- Val2
- Last row or column number to suppress. 
- Val3
- Specifies what to remove: - COL
- Remove columns of the matrix (default). 
- ROW
- Remove rows of the matrix. 
 
The following Val1 and Val2 fields are used if Name refers to a vector created by the *VEC command:
- Val1
- First value index to suppress. 
- Val2
- Last value index to suppress.