Handling and Evaluating imported Excel matrix in Mathcad Prime 3.0
- February 2, 2021
- 4 replies
- 1772 views
Dear all,
i would like to evaluate an imported matrix from excel. My Prime 3.0 sheet is attached.
Basically what I have:
I create a lookup table in mathcad where every row represents a component, in this case a MOSFET.
Every column represents the corresponding parameters of the component.
I can evaluate row by row with any equation.
By doing this I can obtain for example as a result an array, for example an array with the calculated losses for each MOSFET. So far so good.
What I need:
Now I need some kind of programming or searching command in mathcad, where I can find all the indicies of lets say an for which a special searching condition = true.
For example my result array:
Losses = [100mW, 100mW, 70mW, 80mW, 100mW]
The goal is to find all indizies where Losses < 100mW = true .
Now the imported excel matrix can be quite large and confusing.
With the indizies, which were obtained before, I want to edit the imported excel matrix, that ONLY the corresponding rows are shown in a new matrix / array...
In other words: The imported matrix may have 95% trash values which are not suited for a given searching condition. Only a small amount of rows is interesting and shall be displayed in a new matrix.
Best regards

