PICK:MATRIX
Syntax: PICK\MATRIX\MIN { xin yin } m mxout myout
Defaults: xin = [1;2;3;...], yin = [1;2;3;...]
The PICK\MATRIX\MIN command allows the user to choose circular
regions on the screen, by choosing the centre and a radius. The
minimum value of the matrix, m, contained within this circle will
be found. The x coordinate of this minimum will be output into
matrix mxout, the y coordinate will be output into matrix myout.
Syntax: PICK\MATRIX\MAX { xin yin } matrix mxout myout
Defaults: xin = [1;2;3;...], yin = [1;2;3;...]
The PICK\MATRIX\MAX command allows the user to choose circular
regions on the screen, by choosing the centre and a radius. The
maximum value of the matrix, m, contained within this circle will
be found. The x coordinate of this maximum will be output into
matrix mxout, the y coordinate will be output into matrix myout.