Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [2,1];
y_correct = fft(x);
assert(isequal(fast_furier(x),y_correct))
|
Number of 1s in the Binary Representation of a Number
356 Solvers
Return the first and last character of a string
3447 Solvers
Detect a number and replace with two NaN's
178 Solvers
07 - Common functions and indexing 1
338 Solvers
445 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!