I dont't know why it doesn't work.
Tthe test is OK on my PC.
You have to tell Matlab you have modified a function. It may work on your computer because some refresh operations are done each time the MATLAB prompt is displayed.
OK.
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
ISaidNow;
[~]=fft(rand(1,1000000));
assert(isequal(ans,now))
Error: Assertion failed.
|
5704 Solvers
How to find the position of an element in a vector without using the find function
2477 Solvers
3968 Solvers
165 Solvers
130 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!