diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2006-07-19 20:45:42 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2006-07-19 20:45:42 +0000 |
commit | aa94261a33fe612fbf039ca1190e7ec38c26eb30 (patch) | |
tree | c589c35f00c2ac410dac294fd0381a4a26ece7c3 /doc/mtx_slice-help.pd | |
parent | 056098e3eefb20de2bbebc605e34cb86f55f619f (diff) |
added help files for several mtx externals
svn path=/trunk/externals/iem/iemmatrix/; revision=5384
Diffstat (limited to 'doc/mtx_slice-help.pd')
-rw-r--r-- | doc/mtx_slice-help.pd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/mtx_slice-help.pd b/doc/mtx_slice-help.pd new file mode 100644 index 0000000..b46a9a2 --- /dev/null +++ b/doc/mtx_slice-help.pd @@ -0,0 +1,29 @@ +#N canvas 333 84 670 511 10; +#X text 458 17 updated for; +#X obj 546 17 iemmatrix 0.2; +#X obj 595 43 matrix; +#X text 465 42 see also help for; +#X text 89 15 [mtx_slice]; +#X text 47 34 slicing parts out of a matrix; +#X text 33 60 you can use this to partition matrices; +#X obj 156 264 mtx_slice; +#X obj 156 127 mtx_ones; +#X obj 156 147 mtx_cumsum :; +#X obj 156 167 t a a; +#X msg 156 107 3 4; +#X obj 204 192 mtx_print left; +#X obj 156 290 mtx_print slice; +#X text 338 241 [list idx1_row idx1_col idx2_row idx2_col(; +#X msg 214 241 list 2 2 end end; +#X msg 193 222 list 2 2 3 4; +#X text 313 263 the keyword 'end' is allowed; +#X text 347 355 see also:; +#X obj 347 374 mtx_fill; +#X connect 7 0 13 0; +#X connect 8 0 9 0; +#X connect 9 0 10 0; +#X connect 10 0 7 0; +#X connect 10 1 12 0; +#X connect 11 0 8 0; +#X connect 15 0 7 1; +#X connect 16 0 7 1; |