Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
cMat = reshape(1:100,10,10);
Ref = sum(cMat);
user = MyFunc();
assert(isequal(Ref,user))
|
2 | Pass |
Ref = reshape(1:100,10,10);
[cSum Mat] = MyFunc();
assert(isequal(Ref,Mat))
|
5363 Solvers
"Low : High - Low : High - Turn around " -- Create a subindices vector
262 Solvers
261 Solvers
find the surface area of a cube
215 Solvers
Back to Basics - Find no. of elements in a matrix?
162 Solvers