aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_element.pd
blob: a69e642a4d6f24dca8b3898acd5d58bc43daa8ed (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
#N canvas 220 134 544 776 10;
#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;
#X msg 138 184 3 2;
#X msg 144 202 2 0;
#X msg 144 219 0 1;
#X msg 145 237 0 0;
#X text 179 184 set element [3 \, 2];
#X text 179 202 set all elements in row [2];
#X text 177 217 set all elements in column [1];
#X text 178 236 set all elements of matrix;
#X text 153 285 creation: mtx_element [<row> <col> [<posR> <posC>]];
#X obj 53 469 mtx_print;
#X obj 64 427 mtx_ones 5 3;
#X msg 64 408 bang;
#X obj 53 450 mtx_row 4 3;
#X msg 122 405 0;
#X text 153 405 set all rows;
#X msg 114 383 2;
#X text 154 380 set row [2];
#X msg 53 356 -1 2 3 4 5;
#X obj 50 658 mtx_print;
#X obj 61 616 mtx_ones 5 3;
#X msg 61 597 bang;
#X msg 131 592 0;
#X msg 123 570 2;
#X msg 50 545 -1 2 3 4 5;
#X obj 50 639 mtx_col 4 3 3;
#X text 163 567 set column [2];
#X text 162 593 set all columns;
#X text 137 640 creation: mtx_col [<row> <col> [<posC>]];
#X text 133 452 creation: mtx_row [<row> <col> [<posR>]];
#X text 52 163 set matrix elements;
#X text 55 339 set matrix rows;
#X text 49 529 set matrix columns;
#X text 187 50 get/set elements/rows/columns of a matrix;
#X obj 90 33 mtx_element;
#X obj 89 53 mtx_row;
#X obj 90 75 mtx_col;
#X obj 210 738 matrix;
#X text 98 737 see also help for;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
#X connect 3 0 2 0;
#X connect 4 0 1 0;
#X connect 5 0 1 1;
#X connect 6 0 1 1;
#X connect 7 0 1 1;
#X connect 8 0 1 1;
#X connect 15 0 17 0;
#X connect 16 0 15 0;
#X connect 17 0 14 0;
#X connect 18 0 17 1;
#X connect 20 0 17 1;
#X connect 22 0 17 0;
#X connect 24 0 29 0;
#X connect 25 0 24 0;
#X connect 26 0 29 1;
#X connect 27 0 29 1;
#X connect 28 0 29 0;
#X connect 29 0 23 0;