05-13-2010 11:04 PM - edited 05-13-2010 11:05 PM
Hi:
I am sorry for wasting your time if this manipulation is a basic manipulation . I'm a newer to Labview and I have tried many methods, unfortunately it didn't work.
There are two arrays that reference array and experiment array respectively. assuming they are
Array(R) 0 0 5 5 5 5 0 0 0 5 5 5 0 5
Array(E) 1 2 3 4 5 6 7 8 9 10 11 12 13 14
How can I get some new subarrays from Array(E) which elements corresponding with the element valued 5 in the Array(R). for this instance, the new subarrays here are:
Array(E1) 3 4 5 6
Array(E2) 10 11 12
Array(E3) 14
Solved! Go to Solution.
05-14-2010 01:39 AM
Hi!
Try this and let me know 🙂
05-14-2010 01:42 AM
Like this?
05-14-2010 02:01 AM
05-14-2010 11:07 AM
Quoting from the previous replies
Try this and let me know
...
Like this
....
Check this program...
In five years when someone new is looking at this thread, they will have no clue as to what you have suggested and may require an old version of LV to even look at what you have posted.
Please add some words that describe what is in the attached VIs or even better, post an image of your code.
Please don't take this message as if I am trashing your posts. Far from it! I am just trying to macke sure your contributions stand the test of time rather fading off into the dust-bin of obsolete software.
Your brother in wire,
Ben
05-15-2010 05:38 AM - edited 05-15-2010 05:41 AM
05-15-2010 05:45 AM - edited 05-15-2010 05:46 AM
hi muks ,
I'm sorry it doesn't meet my need, thank you anyway.
05-15-2010 05:48 AM
05-16-2010 11:15 PM
Ben wrote:Quoting from the previous replies
Try this and let me know
...
Like this
....
Check this program...
In five years when someone new is looking at this thread, they will have no clue as to what you have suggested and may require an old version of LV to even look at what you have posted.
Please add some words that describe what is in the attached VIs or even better, post an image of your code.
Please don't take this message as if I am trashing your posts. Far from it! I am just trying to macke sure your contributions stand the test of time rather fading off into the dust-bin of obsolete software.
Your brother in wire,
Ben
05-16-2010 11:29 PM
muks wrote:
Ben wrote:Quoting from the previous replies
Try this and let me know
...
Like this
....
Check this program...
In five years when someone new is looking at this thread, they will have no clue as to what you have suggested and may require an old version of LV to even look at what you have posted.
Please add some words that describe what is in the attached VIs or even better, post an image of your code.
Please don't take this message as if I am trashing your posts. Far from it! I am just trying to macke sure your contributions stand the test of time rather fading off into the dust-bin of obsolete software.
Your brother in wire,
Ben
Thanks Ben. I join with MUKS here