LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How does array obtained in a for loop?

Hi
Firstly thanks for help,
I want to obtain array from the y value calculated in the for loop .at every loop, and in same for loop these different arrays are operated.so with one for loop the calculates are obtained.

Thanks
0 Kudos
Message 1 of 2
(2,673 Views)
If i understand you correctly,

use shift register with "Build Array" function into Loop.
Every iteration add new calculated value to old array (shift register).
0 Kudos
Message 2 of 2
(2,673 Views)