Skip to main content
12-Amethyst
February 16, 2021
Solved

Filtering data table to generate data vector

  • February 16, 2021
  • 1 reply
  • 1756 views

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.

Best answer by Werner_E

Or do you have something like this in mind?

Werner_E_0-1613448334293.png

 

1 reply

25-Diamond I
February 16, 2021

"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

Werner_E_0-1613447722654.png

 

Werner_E25-Diamond IAnswer
25-Diamond I
February 16, 2021

Or do you have something like this in mind?

Werner_E_0-1613448334293.png

 

12-Amethyst
February 16, 2021

Thanks Werner_E.