aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_fill-help.pd
blob: 1f945066220ffceab00edd28e38f87fcd7d611ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#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 obj 62 208 mtx_fill;
#X text 87 15 [mtx_fill];
#X text 47 34 filling elements of a data matrix into specific positions
of an other matrix;
#X obj 136 117 mtx_zeros;
#X obj 62 231 mtx_print;
#X floatatom 232 110 5 0 0 0 - - -;
#X obj 136 75 loadbang;
#X msg 136 95 10 10;
#X text 238 198 <-- if empty matrix: filling sub-matrix at start position
;
#X floatatom 281 110 5 0 0 0 - - -;
#X text 234 92 row;
#X text 289 93 col;
#X msg 145 197 matrix \$1 \$2;
#X obj 247 127 t b f;
#X obj 245 147 pack 1 1;
#X obj 245 167 t b l;
#X msg 61 127 3 3;
#X obj 62 148 mtx_rand;
#X obj 62 166 mtx_* 10;
#X obj 62 183 mtx_int;
#X obj 84 438 mtx_fill;
#X obj 149 333 mtx_zeros;
#X obj 84 461 mtx_print;
#X obj 149 291 loadbang;
#X msg 149 311 10 10;
#X text 25 76 1 submatrix;
#X text 19 275 2 any positions;
#X obj 246 333 mtx_rand;
#X obj 246 374 mtx_find;
#X obj 71 401 mtx_ones;
#X msg 246 310 10 10;
#X obj 70 340 mtx_size;
#X obj 71 360 *;
#X obj 246 395 t a a;
#X msg 71 379 1 \$1;
#X obj 246 354 mtx_> 0.8;
#X connect 4 0 8 0;
#X connect 7 0 4 1;
#X connect 9 0 18 0;
#X connect 10 0 11 0;
#X connect 11 0 7 0;
#X connect 13 0 17 0;
#X connect 16 0 4 2;
#X connect 17 0 18 0;
#X connect 17 1 18 1;
#X connect 18 0 19 0;
#X connect 19 0 20 0;
#X connect 19 1 16 0;
#X connect 20 0 21 0;
#X connect 21 0 22 0;
#X connect 22 0 23 0;
#X connect 23 0 4 0;
#X connect 24 0 26 0;
#X connect 25 0 24 1;
#X connect 27 0 28 0;
#X connect 28 0 25 0;
#X connect 31 0 39 0;
#X connect 32 0 37 0;
#X connect 33 0 24 0;
#X connect 34 0 31 0;
#X connect 35 0 36 0;
#X connect 35 1 36 1;
#X connect 36 0 38 0;
#X connect 37 0 35 0;
#X connect 37 1 24 2;
#X connect 38 0 33 0;
#X connect 39 0 32 0;