I think it's best not to have a working solution already entered by default, but maybe that's just me.
@author: please remove the solution for this very easy "problem"
good
I agree with Ed, the solution is already given in the problem, which defeats the purpose of it.
The solution has been removed from the default function.
good
I like it
pretty good
good problem
If you change the function name, MATLAB will return incorrect.
I like this task
WHAT DO YOU LIKE ABOUT IT
max(X) gives the largest elements for each row. To traverse the whole matrix, convert it to a column,X(:), then take its max, max(X(:))
It's always disappointing to look at the best solution in cody, please rectify these errors.
minecraft
6719 Solvers
Find relatively common elements in matrix rows
865 Solvers
1223 Solvers
Duplicate each element of a vector.
518 Solvers
358 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!