Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
y=2:10;
y_correct = 1;
assert(isequal(find_missing_number(x,y),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 find_missing_number (line 2)
In ScoringEngineTestPoint1 (line 4)
In solutionTest (line 3)]
|
2 | Pass |
x = 100;
y=1:99;
y_correct = 100;
assert(isequal(find_missing_number(x,y),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 find_missing_number (line 2)
In ScoringEngineTestPoint2 (line 4)
In solutionTest (line 5)]
|
3 | Pass |
x = 1000;
y=1:1000;
y(end/2)=[];
y_correct = 500;
assert(isequal(find_missing_number(x,y),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 find_missing_number (line 2)
In ScoringEngineTestPoint3 (line 5)
In solutionTest (line 7)]
|
4 | Pass |
x = 2;
y=2;
assert(isequal(find_missing_number(x,y),1))
[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 find_missing_number (line 2)
In ScoringEngineTestPoint4 (line 3)
In solutionTest (line 9)]
|
5 | Pass |
x = 2;
y=1;
assert(isequal(find_missing_number(x,y),x))
[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 find_missing_number (line 2)
In ScoringEngineTestPoint5 (line 3)
In solutionTest (line 11)]
|
6 | Pass |
x = 100000;
y=1:x;
y(end-3)=[];
assert(isequal(find_missing_number(x,y),x-3))
[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 find_missing_number (line 2)
In ScoringEngineTestPoint6 (line 4)
In solutionTest (line 13)]
|
7 | Pass |
x = 100000;
for b=1:100
y=1:x;
y=y(randperm(x));
val=randi([1 x]);
y_correct = y(val);
y(val)=[];
assert(isequal(find_missing_number(x,y),y_correct))
end
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[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 find_missing_number (line 2)
In ScoringEngineTestPoint7 (line 8)
In solutionTest (line 15)]
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential...
|
232 Solvers
321 Solvers
548 Solvers
Change the first and last diagonal element of the identity matrix to zero
117 Solvers
465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!