Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
t1=1; r=1; n=7;
y_correct = 7;
assert(isequal(your_fcn_name(t1,r,n),y_correct))
y =
7
|
2 | Pass |
t1=10; r=10; n=5;
y_correct = 111110;
assert(isequal(your_fcn_name(t1,r,n),y_correct))
y =
111110
|
3 | Pass |
t1=7; r=3; n=5;
y_correct = 847;
assert(isequal(your_fcn_name(t1,r,n),y_correct))
y =
847
|
Find state names that end with the letter A
551 Solvers
Remove the polynomials that have positive real elements of their roots.
447 Solvers
136 Solvers
Find the largest value in the 3D matrix
898 Solvers
Sum of odd numbers in a matrix
232 Solvers