Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4;5 6 7 8];
A_correct = [1 4 9 16;25 36 49 64];
assert(isequal(your_fcn_name(x),A_correct))
|
The Answer to Life, the Universe, and Everything
383 Solvers
07 - Common functions and indexing 6
348 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
What is Sum Of all elements of Matrix
292 Solvers
286 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!