Matrix and NAN filtering
- July 23, 2019
- 2 replies
- 4732 views
Good day everyone,
I have a matrix with test results from different kinds of tests (500 x 1000 in size).
In the first 5 columns it tells which tests are done by either a true statement or nothing.
For calculation I want to select specific parameters from specific columns that are only done for a specific test.
To do that I think I need to filter make a new matrix where I only select all rows where a test is true. After that I can select the right colums for the parameters.
I am afraid I cannot share my original file but I made a small example of what I am trying to achieve
In the first matrix the first 3 columns represent the output if a certain test has been done. columns 4 to 6 represent the test outcomes I want to use for my calcylations. The 3 matrixes below are the desired output.
I hope someone can help me with this.

