Let say if have a 3D matrix A=randi([1, 9],[2 2 9]), how do I find the maximum value from all the slices and return only one maximum value? Thanks!
            Asked
            
        
        
            Active
            
        
            Viewed 1,001 times
        
    1
            
            
         
    
    
        Gregor Isack
        
- 1,111
- 12
- 25
- 
                    the total maximum value? `max(A(:))`? – Ander Biguri Jul 26 '17 at 07:06
