This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
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))
|
1936 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1063 Solvers
406 Solvers
Find out missing number from a vector of 9 elements
207 Solvers
Matlab Basics - y as a function of x
241 Solvers