Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [3 3 2 1];
y_correct = 2;
assert(isequal(hIndex(x),y_correct))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In hIndex (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
x = 4*ones(1,4);
y_correct = 4;
assert(isequal(hIndex(x),y_correct))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In hIndex (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
3 | Pass |
x = zeros(1,1000);
y_correct = 0;
assert(isequal(hIndex(x),y_correct))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In hIndex (line 2)
In ScoringEngineTestPoint3 (line 3)
In solutionTest (line 7)]
|
4 | Pass |
x = [5 2 10 11 2 7 9 10 7];
y_correct = 6;
assert(isequal(hIndex(x),y_correct))
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In hIndex (line 2)
In ScoringEngineTestPoint4 (line 3)
In solutionTest (line 9)]
|
14225 Solvers
1737 Solvers
Getting the absolute index from a matrix
178 Solvers
poll: would you like the regexp (?@cmd) functionality to be banned in Cody?
147 Solvers
100 Solvers