diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-29 14:21:28 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-29 14:21:28 +0000 |
commit | 07c21847aee32a51d9cecf8846f825f408cde16f (patch) | |
tree | 9cd4044ff67823b2a7c1a3e27f4df923db231e1e /doc/mtx_concat-help.pd | |
parent | 31b47d6b9e23445eaad3fe21b5c5fa741b16a2da (diff) |
updated and new help-patches
svn path=/trunk/externals/iem/iemmatrix/; revision=4808
Diffstat (limited to 'doc/mtx_concat-help.pd')
-rw-r--r-- | doc/mtx_concat-help.pd | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/doc/mtx_concat-help.pd b/doc/mtx_concat-help.pd new file mode 100644 index 0000000..6ba4512 --- /dev/null +++ b/doc/mtx_concat-help.pd @@ -0,0 +1,83 @@ +#N canvas 27 49 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 obj 12 189 t a a; +#X msg 12 124 bang; +#X msg 265 390 mode row; +#X msg 265 364 mode column; +#X msg 352 363 mode col; +#X msg 418 363 mode :; +#X obj 263 416 t a; +#X text 90 15 [mtx_concat]; +#X text 47 34 concatenate 2 matrices; +#X obj 12 166 mtx_ones 3 4; +#X obj 12 146 t b b; +#X obj 20 211 mtx_print left; +#X text 471 363 concat columns (default); +#X text 476 389 concat rows; +#X obj 12 249 mtx_concat; +#X obj 12 277 mtx_print col-concat; +#X obj 123 191 t a a; +#X obj 123 168 mtx_zeros 5 4; +#X obj 131 213 mtx_print right; +#X obj 313 190 t a a; +#X msg 313 125 bang; +#X obj 313 147 t b b; +#X obj 321 212 mtx_print left; +#X obj 424 192 t a a; +#X obj 432 214 mtx_print right; +#X obj 313 250 mtx_concat row; +#X obj 313 167 mtx_ones 2 2; +#X obj 424 169 mtx_zeros 2 3; +#X obj 17 379 t a a; +#X msg 17 318 bang; +#X obj 17 340 t b b; +#X obj 25 396 mtx_print left; +#X obj 17 443 mtx_concat; +#X obj 128 379 t a a; +#X obj 136 396 mtx_print right; +#X obj 17 481 mtx_print concat; +#X obj 313 278 mtx_print row-concat; +#X obj 17 360 mtx_ones 2 2; +#X obj 128 360 mtx_zeros 2 2; +#X text 8 60 you can concatenate 2 matrices either row-wise or column-wise +\; if you concatenate them in "column"-mode (default) \, the 2 matrices +must have the same number of columns and vice versa in "row"-mode. +; +#X connect 4 0 18 0; +#X connect 4 1 15 0; +#X connect 5 0 14 0; +#X connect 6 0 10 0; +#X connect 7 0 10 0; +#X connect 8 0 10 0; +#X connect 9 0 10 0; +#X connect 10 0 36 0; +#X connect 13 0 4 0; +#X connect 14 0 13 0; +#X connect 14 1 21 0; +#X connect 18 0 19 0; +#X connect 20 0 18 1; +#X connect 20 1 22 0; +#X connect 21 0 20 0; +#X connect 23 0 29 0; +#X connect 23 1 26 0; +#X connect 24 0 25 0; +#X connect 25 0 30 0; +#X connect 25 1 31 0; +#X connect 27 0 29 1; +#X connect 27 1 28 0; +#X connect 29 0 40 0; +#X connect 30 0 23 0; +#X connect 31 0 27 0; +#X connect 32 0 36 0; +#X connect 32 1 35 0; +#X connect 33 0 34 0; +#X connect 34 0 41 0; +#X connect 34 1 42 0; +#X connect 36 0 39 0; +#X connect 37 0 36 1; +#X connect 37 1 38 0; +#X connect 41 0 32 0; +#X connect 42 0 37 0; |