Setting up variable N, where value of N is iterated from 1 to 11 in steps of 1
Edul Batliwala
Altair Community Member
Answers
-
Hi Edul,
Do you mean
sigmaN = sigma0*(N-1)/tau, where N is iterated from 1 to 11 with an increment of 1.
?
If yes, you may use scripting. In the attached video I enable the "macro recording" before creating variable sigmaN and then disabled it again afterwards. In the script editor that opens automatically, I can then use a for loop (N = 1, 11).
Hope this helps!
Best regards,
Torben0