vvset
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
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] |