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 = 2;
y_correct = [1 0;0 1];
assert(isequal(your_fcn_name(x),y_correct))
y =
1 0
0 1
|
Project Euler: Problem 6, Natural numbers, squares and sums.
782 Solvers
Who knows the last digit of pi?
488 Solvers
Vectorize the digits of an Integer
236 Solvers
Try 1.5.4: Celsius to Fahrenheit
486 Solvers
Back to basics - mean of corner elements of a matrix
236 Solvers