Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
x = round((1+rand)*10)/10;
tic; your_fcn_name(x); your_time=toc
y_correct = x;
assert(isequal(your_fcn_name(x),y_correct))
assert(your_time>x/2)
Error: Assertion failed.
|
1159 Solvers
Back to basics 24 - Symbolic variables
129 Solvers
Getting the row and column location from a matrix
236 Solvers
404 Solvers
Create an index-powered vector
352 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!