How do I get the mode of a 3d-array?

Dear experts,
how do I get the mode of a 3D array with dim [51 75 55]. It can only contain numbers from 0:12 and I'm not interested in the zeros.

 Accepted Answer

mode(nonzeros(yourArray)),

2 Comments

You're welcome, but please Accept-click the answer to certify that it addressed your question.

Sign in to comment.

More Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Asked:

on 25 Apr 2018

Commented:

on 25 Apr 2018

Community Treasure Hunt

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

Start Hunting!