Good morning all,
I've been having a surprisingly great deal of trouble when it comes to inserting data into an array when a case structure is involved. The usual method of initializing an array, inserting into array or replacing array subset, and using shift registers does not seem to work when a case structure is involved.
Here is what I'm looking to do...
I have an array for particle # and an array for particle area. When the particle area is greater than 100 I'd like to take both the particle area and coinciding particle # and insert them into a separate, smaller array.
The VI I constructed to simplify my much larger, main VI is a quick rendition and you will find attached along with a sample image.
Thank you for any help in advance