LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2D slice from 3D

Solved!
Go to solution

I have a 3D array [200][150][15]

 

How can I slice a 2D array from this to

display via IMAQ?

0 Kudos
Message 1 of 2
(2,688 Views)
Solution
Accepted by topic author csk

Index Array with the first index set to the page you want to "slice out". The output is a 2D array.

 

To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.

0 Kudos
Message 2 of 2
(2,682 Views)