Numerical Matrix Format
User Reference
INLINE_MATRIX array

MATRIX Array Level: 1

The INLINE_MATRIX array inserts an existing matrix file.

Note
Only one FILE per INLINE_MATRIX array.
Fields in the INLINE_MATRIX array
Description
FILE Absolute or Relative path to an existing Matrix file.
Note
If you require an insertion point for the matrix, please check out INSERT_MATRIX=VALUE

Example: Demonstrates how to insert myMatrixFile.fm6 into another matrix file.

... <---existing matrix code
INLINE_MATRIX{
FILE=myMatrixFile.fm6
}
... <---existing matrix code

XML example:

<INLINE_MATRIX>
<FILE>myMatrixFile.xml</FILE>
</INLINE_MATRIX>

JSON example:

"INLINE_MATRIX": {
"FILE": "myMatrixFile.xml"
}