MATRIX Subcommand (MCONVERT command)
The MATRIX subcommand specifies the file for the matrix materials. By default, MATRIX reads the original matrix from the
active dataset and replaces the active dataset with the converted
matrix.
-
MATRIXhas two keywords,INandOUT. The specification on bothINandOUTis the name of an external file in parentheses or an asterisk (*) to refer to the active dataset (the default). - The actual keyword
MATRIXis optional. -
INandOUTcannot specify the same external file. -
MATRIX=INcannot be specified unless an active dataset has already been defined. To convert an existing matrix at the beginning of a session, useGETto retrieve the matrix file and then specifyIN(*)onMATRIX.
IN. The matrix file to read.
OUT. The matrix file to write.
Example
GET FILE=COVMTX.
MCONVERT MATRIX=OUT(CORMTX).
-
GETretrieves the matrix data file COVMTX. COVMTX becomes the active dataset. - By default,
MCONVERTreads the original matrix from the active dataset.IN(*)can be specified to make the default explicit. - The keyword
OUTonMATRIXwrites the converted matrix to file CORMTX.