01-14-2021 12:43 AM
I have matrix 4x5
WANT TO DO:
for 5 iterations: I get 1st index as 4x1 and then I reshaped it to 2x2
I have a matrix of 2x2x5 [5 images of 2x2]
I know how to maximize two matrices and get one using min-max control
but I want to do this
Afinal=[0]
for i = 0:100
Afinal=minmax of (Ai,Afinal)
Solved! Go to Solution.
01-14-2021 07:08 AM - edited 01-14-2021 07:09 AM
Take a look through the palette of array functions.
There you will find one called "Array Max & Min".