cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Less steps to reach accurate results

YA_10963798
14-Alexandrite

Less steps to reach accurate results

This is the function I need to reach 

YA_10963798_6-1732704935986.png

 

f1 and qc are matrics >> so I define another variable n

YA_10963798_1-1732704327656.png

then I define M(a,b) to multiple dz by n 

YA_10963798_2-1732704383450.png

then I define Mi,north to multiple qc by n 

YA_10963798_3-1732704458531.png

Then I get the results equal to NaN

 

YA_10963798_4-1732704509869.png

 

So I used filterNaN function 

YA_10963798_5-1732704756792.png

YA_10963798_7-1732705053674.png

 

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

 

ACCEPTED SOLUTION

Accepted Solutions
Werner_E
25-Diamond I
(To:YA_10963798)

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.

Werner_E_0-1732713615126.png

Check if M contains the values you expect.

 

View solution in original post

2 REPLIES 2
Werner_E
25-Diamond I
(To:YA_10963798)

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.

Werner_E_0-1732713615126.png

Check if M contains the values you expect.

 

YA_10963798
14-Alexandrite
(To:Werner_E)

That works thank you so much 

I can;t thank you enough for your help

Announcements

Top Tags