MxGetBlock
|
Matrix functions |
SYNTAX | MxGetBlock( matrix, startrow, endrow, startcol, endcol, asArray = False ) |
RETURNS | Matrix or Array |
FUNCTION | Retrieves items from rectangular submatrix (block) and returns either smaller matrix (when asArray is set to False) or "normal" AFL array (when asArray is set to True). If array has different number of bars, unused elements are filled with Null. |
EXAMPLE | z = Matrix( 2, 20, 0 ); |
SEE ALSO | Matrix() function , MxSetBlock() function |
The MxGetBlock function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.