diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-28 13:11:25 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-28 13:11:25 +0000 |
commit | 6f7f6460189b2da25077438c8a13ccd20f2a0f00 (patch) | |
tree | 0480592e225118c2c033d95d19f0a6db6bd26090 /doc/mtx_element-help.pd | |
parent | dc59cfa163813ebd59ebe8fc441a022e1d8284b9 (diff) |
renamed help-patches; split meta help-patches into smaller ones; TODO: reflect this change in the C-sources
svn path=/trunk/externals/iem/iemmatrix/; revision=4797
Diffstat (limited to 'doc/mtx_element-help.pd')
-rw-r--r-- | doc/mtx_element-help.pd | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/mtx_element-help.pd b/doc/mtx_element-help.pd new file mode 100644 index 0000000..ecff760 --- /dev/null +++ b/doc/mtx_element-help.pd @@ -0,0 +1,33 @@ +#N canvas 136 41 544 373 10; +#X text 276 28 updated for; +#X obj 364 28 iemmatrix 0.2; +#X obj 413 54 matrix; +#X text 283 53 see also help for; +#X obj 413 76 mtx_row; +#X obj 413 96 mtx_col; +#X text 19 9 get/set elements of a matrix; +#X obj 53 302 mtx_print; +#X obj 53 283 mtx_element 4 3; +#X obj 64 260 mtx_ones 5 3; +#X msg 64 241 bang; +#X floatatom 53 191 4 0 0 0 - - -; +#X msg 164 176 3 2; +#X msg 164 197 2 0; +#X msg 164 218 0 1; +#X msg 165 238 0 0; +#X text 199 177 set element [3 \, 2]; +#X text 199 197 set all elements in row [2]; +#X text 199 217 set all elements in column [1]; +#X text 163 284 creation: mtx_element [<row> <col> [<posR> <posC>]] +; +#X obj 89 32 mtx_element; +#X text 52 133 set matrix elements; +#X text 200 237 set all elements of matrix (default!); +#X connect 8 0 7 0; +#X connect 9 0 8 0; +#X connect 10 0 9 0; +#X connect 11 0 8 0; +#X connect 12 0 8 1; +#X connect 13 0 8 1; +#X connect 14 0 8 1; +#X connect 15 0 8 1; |