diff options
Diffstat (limited to 'abs/mtx_logspace-help.pd')
-rw-r--r-- | abs/mtx_logspace-help.pd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/mtx_logspace-help.pd b/abs/mtx_logspace-help.pd new file mode 100644 index 0000000..18410f6 --- /dev/null +++ b/abs/mtx_logspace-help.pd @@ -0,0 +1,14 @@ +#N canvas 439 163 841 379 10; +#X text 482 28 part of iemmatrix; +#X text 268 138 inlet: [startval stopval n(; +#X text 268 157 outlet: matrix/vector; +#X text 465 324 see also:; +#X obj 33 187 mtx_print; +#X text 43 34 [mtx_logspace]; +#X text 166 69 creates a logarithmically spaced vector from a startvalue +to a stopvalue with n entries; +#X obj 33 165 mtx_logspace; +#X msg 33 142 1 10000 9; +#X obj 535 325 mtx_linspace; +#X connect 7 0 4 0; +#X connect 8 0 7 0; |