search for: vd12

Displaying 1 result from an estimated 1 matches for "vd12".

Did you mean: v12
2010 Jan 04
3
vectors into a matrix
Dear all, I'm writing code to do automatically several calculations and gather the results in a matrix. I have the following vectors and I just want to make a matrix with them: VD1 VD2 VD3 ... VD12 *In this case, this series of vectors stops there, in 12, but it could be a higher number or smaller. (for example: VD1, VD2 and VD3; only) (or for example: VD1, VD2, ... till VD78) All vectors have the same length, 9. And vectors should be entered by row. Besides, I would like to add a column wi...