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
435 Solvers
Get the elements of diagonal and antidiagonal for any m-by-n matrix
273 Solvers
276 Solvers
363 Solvers
255 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!