Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x_correct = [1 2 3 4 5 6 7 8 9 10];
assert(isequal(oneToTen,x_correct))
x =
1 2 3 4 5 6 7 8 9 10
|
551 Solvers
Read a column of numbers and interpolate missing data
800 Solvers
3654 Solvers
1879 Solvers
Determine if a Given Number is a Triangle Number
286 Solvers