-
Notifications
You must be signed in to change notification settings - Fork 7
Unpack Matrix Array
Ryan Porter edited this page Feb 25, 2018
·
1 revision
Unpacks a matrix array to individual matrices and their rows.
| Attribute Name | Description | Attribute Type |
|---|---|---|
| inputMatrix (im) | A matrix array. | matrixArray |
| outputRow0 (or0) | First row of inputMatrix. |
vectorArray |
| outputRow0 (or1) | Second row of inputMatrix. |
vectorArray |
| outputRow0 (or2) | Third row of inputMatrix. |
vectorArray |
| outputRow0 (or3) | Fourth row of inputMatrix. |
vectorArray |
| outputMatrix (om) | The individual matrices from inputMatrix. |
matrix[] |