08-28-2008 10:02 AM
Hey folks,
How can I create automatically array using a loop and a conditional that limits the number of created arrays. I can do this using Matlab, but when I insert the code, LabView doesn't do what I want.
tks
08-28-2008 09:00 PM
Hi,
Would you please attach your code?
08-29-2008 02:01 PM
hlcabaleiro wrote:LabView doesn't do what I want.
Your description is not clear enough for us to figure out what you want, either. 😄
In general, LabVIEW can do anything you want if programmed correctly. 😉
Do you want to conditionally built an array, e.g. append new elements, but not necessarily at each iteration?
In this case you would built the array in a shift register and wire actross for cases where the array should stay the same.
09-05-2008 02:16 AM
Correction - no 3D and beyond N-dimensions in MathScript even with LV8.6 so not everything I guess with MathScript. For example consider stacking 2D arrays on top of each other in MathScript and performing a statistical average - no can do.