diff options
Diffstat (limited to 'doc/mtx_minmax-help.pd')
-rw-r--r-- | doc/mtx_minmax-help.pd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/mtx_minmax-help.pd b/doc/mtx_minmax-help.pd new file mode 100644 index 0000000..692165d --- /dev/null +++ b/doc/mtx_minmax-help.pd @@ -0,0 +1,21 @@ +#N canvas 161 60 480 312 10; +#X text 89 244 updated for; +#X obj 177 244 iemmatrix 0.2; +#X obj 226 270 matrix; +#X text 96 269 see also help for; +#X msg 136 83 3 5; +#X obj 121 23 mtx_minmax; +#X text 223 24 get minimum/maximum of matrix; +#X obj 136 186 print min; +#X obj 201 186 print max; +#X obj 136 106 mtx_rand; +#X obj 136 130 t a a; +#X obj 176 130 mtx_print; +#X text 133 67 get min/max of a matrix; +#X obj 136 152 mtx_minmax; +#X connect 4 0 9 0; +#X connect 9 0 10 0; +#X connect 10 0 13 0; +#X connect 10 1 11 0; +#X connect 13 0 7 0; +#X connect 13 1 8 0; |