Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 2];
y_correct =[3 -1];
assert(isequal(fouriertrnsform(x),y_correct))
|
Flip the main diagonal of a matrix
506 Solvers
219 Solvers
2099 Solvers
464 Solvers
Write a code that will follow the equation y = x * (x + x) * x.
209 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!