Programmer Guide/Command Reference/EVAL/vvset: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
vvset
vvset(x, yS, o, d, n) | Create a copy of the vector x and replace the elements o+i*d (i = 0..n-1) with the value ys. |
vvset(x, y, o, d) | Create a copy of the vector x and replace the elements o+i*d (i = 0..nrow(y)-1) with the values y[i] |