08-11-2011 10:09 AM
Hi Taki,
Can you explain the meaning of this block?
Thanks.
08-11-2011 10:09 AM
Hi Taki,
Can you explain the meaning of this block?
Thanks.
08-11-2011 10:20 AM
the function is build array.
(... and I probably would not use it in this case, because the final array size is known from the beginning)
08-11-2011 10:23 AM
OK, thanks so much. I think so too.
08-11-2011 01:26 PM
@altenbach wrote:
the function is build array.
(... and I probably would not use it in this case, because the final array size is known from the beginning)
Agreed. I kludged it in order to retain as much of OP's code as possible.
08-12-2011 06:20 AM
Hi all. I did some changes and attach my version of solution, but it have errors, because I get array of sum in the same values.
Please, help me, what's the problem???
08-12-2011 08:13 AM
I think you've got too many for loops.
You're looping over both Alpha_i and F_i. I think you just want to loop over i.
08-12-2011 08:21 AM
I think this is what you want but I'm still guessing a bit.
Also, it's not necessary to wire the N terminals on the for loops. Your array sizes should determine the number of iterations.
08-12-2011 09:23 AM
Hi Taki. Thanks so much. It works, but after first element in the array values are again equal. To my mind, the problem is in second for-loop. What do you think?
08-12-2011 09:28 AM
Taki, after deleting N terminals it works ![]()
![]()
![]()
![]()
Thanks ![]()
Thanks ![]()
Thaaaaaaaaaanks