Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
refSize = 12;
userAns = MatrixFunc();
user = sum(sum(isnan(userAns)));
assert(isequal(refSize,user))
ans =
NaN NaN NaN NaN
NaN NaN NaN NaN
NaN NaN NaN NaN
|
given 3 sides, find area of this triangle
680 Solvers
How many trades represent all the profit?
520 Solvers
452 Solvers
2100 Solvers
Back to Basics - Find no. of elements in a matrix?
216 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!