Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [];
y_correct = true;
assert(isequal(MatrixIsEmpty(x),y_correct))
|
272 Solvers
242 Solvers
314 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
298 Solvers
Find out sum of all elements of given Matrix
349 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!