Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [2,1];
y_correct = fft(x);
assert(isequal(fast_furier(x),y_correct))
|
9828 Solvers
Find the two most distant points
1628 Solvers
Determine if a Given Number is a Triangle Number
322 Solvers
404 Solvers
1222 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!