Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(ord(1),'1st'))
[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 ord (line 2)
In ScoringEngineTestPoint1 (line 1)
In solutionTest (line 3)]
|
2 | Pass |
assert(isequal(ord(2),'2nd'))
[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 ord (line 2)
In ScoringEngineTestPoint2 (line 1)
In solutionTest (line 5)]
|
3 | Pass |
assert(isequal(ord(3),'3rd'))
[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 ord (line 2)
In ScoringEngineTestPoint3 (line 1)
In solutionTest (line 7)]
|
4 | Pass |
assert(isequal(ord(4),'4th'))
[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 ord (line 2)
In ScoringEngineTestPoint4 (line 1)
In solutionTest (line 9)]
|
5 | Pass |
assert(isequal(ord(5),'5th'))
[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 ord (line 2)
In ScoringEngineTestPoint5 (line 1)
In solutionTest (line 11)]
|
6 | Pass |
assert(isequal(ord(10),'10th'))
[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 ord (line 2)
In ScoringEngineTestPoint6 (line 1)
In solutionTest (line 13)]
|
7 | Pass |
assert(isequal(ord(11),'11th'))
[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 ord (line 2)
In ScoringEngineTestPoint7 (line 1)
In solutionTest (line 15)]
|
8 | Pass |
assert(isequal(ord(12),'12th'))
[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 ord (line 2)
In ScoringEngineTestPoint8 (line 1)
In solutionTest (line 17)]
|
9 | Pass |
assert(isequal(ord(13),'13th'))
[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 ord (line 2)
In ScoringEngineTestPoint9 (line 1)
In solutionTest (line 19)]
|
10 | Pass |
assert(isequal(ord(14),'14th'))
[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 ord (line 2)
In ScoringEngineTestPoint10 (line 1)
In solutionTest (line 21)]
|
11 | Pass |
assert(isequal(ord(15),'15th'))
[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 ord (line 2)
In ScoringEngineTestPoint11 (line 1)
In solutionTest (line 23)]
|
12 | Pass |
assert(isequal(ord(82),'82nd'))
[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 ord (line 2)
In ScoringEngineTestPoint12 (line 1)
In solutionTest (line 25)]
|
13 | Pass |
assert(isequal(ord(126),'126th'))
[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 ord (line 2)
In ScoringEngineTestPoint13 (line 1)
In solutionTest (line 27)]
|
14 | Pass |
assert(isequal(ord(911),'911th'))
[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 ord (line 2)
In ScoringEngineTestPoint14 (line 1)
In solutionTest (line 29)]
|
15 | Pass |
assert(isequal(ord(2012),'2012th'))
[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 ord (line 2)
In ScoringEngineTestPoint15 (line 1)
In solutionTest (line 31)]
|
16 | Pass |
assert(isequal(ord(4077),'4077th'))
[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 ord (line 2)
In ScoringEngineTestPoint16 (line 1)
In solutionTest (line 33)]
|
17 | Pass |
assert(isequal(ord(0),'0th'))
[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 ord (line 2)
In ScoringEngineTestPoint17 (line 1)
In solutionTest (line 35)]
|
18 | Pass |
assert(isequal(ord(-101),'-101st'))
[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 ord (line 2)
In ScoringEngineTestPoint18 (line 1)
In solutionTest (line 37)]
|
Find the sum of all the numbers of the input vector
31946 Solvers
284 Solvers
204 Solvers
Sum of diagonal of a square matrix
1327 Solvers
223 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!