Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 100;
y_correct = cumsum(1:13);
assert(isequal(TriBeNum(x),y_correct))
z =
1 3 6 10 15 21 28 36 45 55 66 78 91
|
2 | Pass |
x = 1000;
y_correct = cumsum(1:44);
assert(isequal(TriBeNum(x),y_correct))
z =
Columns 1 through 29
1 3 6 10 15 21 28 36 45 55 66 78 91 105 120 136 153 171 190 210 231 253 276 300 325 351 378 406 435
Columns 30 through 44
465 496 528 561 595 630 666 703 741 780 820 861 903 946 990
|
136 Solvers
Create a function handle that reverses the input arguments of another function handle
118 Solvers
206 Solvers
Find the largest value in the 3D matrix
899 Solvers
535 Solvers