Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
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)
y =
1.8000
your_time =
1.8408
y =
1.8000
|
Check to see if a Sudoku Puzzle is Solved
278 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
208 Solvers
185 Solvers
216 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!