Finding maximum value of each column of a matrix amd locate it in a new vector

83 views (last 30 days)
Dear all,
I have a 71*6 matrix. How can I find maximum value of each column of the matrix and locate it in a new vector ( of course the size would be 1*6).
Thanks in advance

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 22 Jul 2014
v=max(your_array)
  4 Comments

Sign in to comment.

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!