how to select highest three maximum values from each row of an matrix

A=rand(3,8) generates a matrix of 3 rows with 8 columns
could anyone help me how to select highest three maximum values from each row.

1 Comment

So all you expect is a person to do the work for you , won’t you put any work after asking 124 questions??

Sign in to comment.

 Accepted Answer

More Answers (1)

Use the same answer I gave you in your previous question.
doc maxk % read it

2 Comments

i tried with the maxk command but its stating Undefined function or variable 'maxk'.

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!