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 = [0 0 1];
y_correct = [0 1 0; 0 0 1; 1 0 0];
assert(isequal(circulant(x),y_correct))
|
1402 Solvers
Project Euler: Problem 6, Natural numbers, squares and sums.
785 Solvers
690 Solvers
Find and replaces spaces from a input string with *
109 Solvers
Count decimal digits of a number
135 Solvers