Find the mode of the vector
Assumption: no vector is bimodal
Example 1: input=[1 2 3 4 4]; output=4
Example 2: input=[7 1 2 7]; output=7
I never know that a funtion call "mode" actually do exist!:lol
616 Solvers
Getting the indices from a vector
1438 Solvers
146 Solvers
Add a row of zeros on top of a matrix
144 Solvers
196 Solvers