Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
I=5,H=4;
y_correct = 3;
assert(isequal(coneradius(I,H),y_correct))
I =
5
y =
3
|
2 | Pass |
I=13,H=12;
y_correct = 5;
assert(isequal(coneradius(I,H),y_correct))
I =
13
y =
5
|
235 Solvers
192 Solvers
Back to basics 4 - Search Path
322 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
297 Solvers
414 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!