Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 230;
y_correct = 324;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = 325;
y_correct = 458;
assert(isequal(your_fcn_name(x),y_correct))
|
1963 Solvers
495 Solvers
Getting the absolute index from a matrix
211 Solvers
Basics: Divide integers to get integer outputs in all cases
111 Solvers
498 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!