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
315 Solvers
351 Solvers
Create an n-by-n null matrix and fill with ones certain positions
278 Solvers
353 Solvers
Given a square and a circle, please decide whether the square covers more area.
363 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!