Question: Write a function [m, f] = myMode (vec) , which will sort the input vector and return the mode (the element that occurs most often)

 Write a function [m, f] = myMode (vec) , which will

Write a function [m, f] = myMode (vec) , which will sort the input vector and return the mode (the element that occurs most often) and the frequency (the number of times it occurs). If there are several such elements, then m is the smallest one. Test your function on the vector vec = [1:6 1 2 4 5 6 2 4 6]. Your function can use length and sort, but no other built-in Matlab functions

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!