LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sum in a 3D array

Solved!
Go to solution

valentina.alina wrote:

What shall i modify if i need to find the maximum. If the dimensions are: 74 pages, 24 rows and 10 collums  i need a resulting 24 rows and 10 collums 2d array containing the maximum of the corresponding elements in the pages. i tried the Array max & min function but it does not meet the behaviour i need...it gives me the global maximum, wheres i need a set of local max.


Unfortunately, the autoindexing won't work for that.  You will need to make a couple of FOR loops and index yourself and then find the max.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 11 of 12
(385 Views)

Thank you very much. You all helped me a lot!!

0 Kudos
Message 12 of 12
(379 Views)