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,1];
y_correct = fft(x);
assert(isequal(fast_furier(x),y_correct))
ans =
3 1
|
Back to basics 13 - Input variables
203 Solvers
Back to basics 23 - Triangular matrix
532 Solvers
Getting the row and column location from a matrix
192 Solvers
The sum of the numbers in the vector
342 Solvers
424 Solvers