Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi!
I have an iterative process further down the Mathcad-sheet (see attached).
In the first while statement a starting value for f_sxcr and f_sycr is given. At the very end after the second while statement the values for
f_sxcr and f_sycr are then calculated.
The return value however is retrieved from the initial starting value in the results.
Is there a simple way to retrieve the calculated value in the results?
Thanks in advance!
Solved! Go to Solution.
STEP18a(fx1,fx) is never equal to 1 (in fact, it's never equal to anything other than 0), so the new values for f_sxcr and f_sycr are never calculated.
STEP18a(fx1,fx) is never equal to 1 (in fact, it's never equal to anything other than 0), so the new values for f_sxcr and f_sycr are never calculated.
Thanks! It seems to be the problem