- #1
- 47
- 0
Hi, I am a bit confusing on the mode function in MATLAB. I have look throught some books and say we can use mode function to find "the most show up value" and "show up how many times". For example :
r =
2 2 3
3 3 3
4 2 1
the most show up value is 3 and it shows up 4 times. The mode function will be mode(3,4)??How can i use it in .m file? Like i have "r" and now i want to use mode function to find the 3 and 4??Is there any example for that? coz lots of books just discrible what is mode function and didnt say how to use. Could anyone give me a hand on this?
Thanks
Ivan
r =
2 2 3
3 3 3
4 2 1
the most show up value is 3 and it shows up 4 times. The mode function will be mode(3,4)??How can i use it in .m file? Like i have "r" and now i want to use mode function to find the 3 and 4??Is there any example for that? coz lots of books just discrible what is mode function and didnt say how to use. Could anyone give me a hand on this?
Thanks
Ivan