LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

a problem of array manipulating

Solved!
Go to solution

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           

帖子被Fuyu在 05-13-2010 11:05 PM
时编辑过了
0 Kudos
Message 1 of 11
(3,925 Views)
Solution
Accepted by topic author Fuyu

Hi!

Try this and let me know 🙂

 

0 Kudos
Message 2 of 11
(3,899 Views)

Like this?

 

 

0 Kudos
Message 3 of 11
(3,897 Views)

Hi FUYU,

  Check this program...

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 4 of 11
(3,886 Views)

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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 5 of 11
(3,851 Views)

Hi MarcoMauri ,

 

    Appreciating , it meets my needs perfectly.

帖子被Fuyu在 05-15-2010 05:41 AM
时编辑过了
0 Kudos
Message 6 of 11
(3,832 Views)

hi muks ,

 

I'm sorry it doesn't meet my need, thank you anyway.

帖子被Fuyu在 05-15-2010 05:46 AM
时编辑过了
0 Kudos
Message 7 of 11
(3,827 Views)

hi srikrishnaNF ,

 

I'm sorry it doesn't meet my needs, thank you anyway.

0 Kudos
Message 8 of 11
(3,824 Views)

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


Point taken...:smileywink:

Message 9 of 11
(3,786 Views)

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


Point taken...:smileywink:


Thanks Ben. I join with MUKS here :smileywink:

Message 10 of 11
(3,777 Views)