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))
|
405 Solvers
3611 Solvers
Implement simple rotation cypher
943 Solvers
248 Solvers
Is this triangle right-angled?
2396 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!