How to find minimum and maximum values?
Show older comments
I have to matrices A and B which both of them are p*q matrices. I want to compare each member of A and B like A(i,j) and B(i,j) and put the maximum in a matrix like C it the same position of (i,j) and the minimum in the other matrix like D in the same position of (i,j). I want to use MATLAB special features.
Accepted Answer
More Answers (2)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!