Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
This is the function I need to reach
f1 and qc are matrics >> so I define another variable n
then I define M(a,b) to multiple dz by n
then I define Mi,north to multiple qc by n
Then I get the results equal to NaN
So I used filterNaN function
and after doing all of this >> I didn't get the answer hhhhhh
Is there any away I can simplify the function I want, and get the answer
The sheet is too long this , I couldn't explain what I need in shorter sheet>> sorry
page 19 prime 10
Solved! Go to Solution.
You have to dig in the highly nested structure of your various variables using for-loops until you end up with scalar elements you can feed into your calculations.
Check if M contains the values you expect.
You have to dig in the highly nested structure of your various variables using for-loops until you end up with scalar elements you can feed into your calculations.
Check if M contains the values you expect.
That works thank you so much
I can;t thank you enough for your help