From aa94261a33fe612fbf039ca1190e7ec38c26eb30 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Wed, 19 Jul 2006 20:45:42 +0000 Subject: added help files for several mtx externals svn path=/trunk/externals/iem/iemmatrix/; revision=5384 --- doc/mtx_slice-help.pd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/mtx_slice-help.pd (limited to 'doc/mtx_slice-help.pd') 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; -- cgit v1.2.1