Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(ord(1),'1st'))
|
2 | Pass |
assert(isequal(ord(2),'2nd'))
|
3 | Pass |
assert(isequal(ord(3),'3rd'))
|
4 | Pass |
assert(isequal(ord(4),'4th'))
|
5 | Pass |
assert(isequal(ord(5),'5th'))
|
6 | Pass |
assert(isequal(ord(10),'10th'))
|
7 | Pass |
assert(isequal(ord(11),'11th'))
|
8 | Pass |
assert(isequal(ord(12),'12th'))
|
9 | Pass |
assert(isequal(ord(13),'13th'))
|
10 | Pass |
assert(isequal(ord(14),'14th'))
|
11 | Pass |
assert(isequal(ord(15),'15th'))
|
12 | Fail |
assert(isequal(ord(82),'82nd'))
|
13 | Pass |
assert(isequal(ord(126),'126th'))
|
14 | Pass |
assert(isequal(ord(911),'911th'))
|
15 | Pass |
assert(isequal(ord(2012),'2012th'))
|
16 | Pass |
assert(isequal(ord(4077),'4077th'))
|
17 | Pass |
assert(isequal(ord(0),'0th'))
|
18 | Fail |
assert(isequal(ord(-101),'-101st'))
|
54230 Solvers
Find all elements less than 0 or greater than 10 and replace them with NaN
13048 Solvers
348 Solvers
309 Solvers
Create a Multiplication table matrix...
281 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!