Community Tip - You can change your system assigned username to something more personal in your community settings. X
If i have the "cBord" table, how can i generate a vector "qv", using some data colums of every table row? . The file in mathcad 15 is attached.
Thanks.
Solved! Go to Solution.
"Some data columns"???
Which columns?
The vector qv you define does NOT consist of some data columns of the matrix cBoard!
You can create a vector built from data columns of the matrix cBord using the "stack" command and the column selector
Or do you have something like this in mind?
Thanks Werner_E.