Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 6 9; 3 2 8; 6 7 11];
y_correct = 11;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = [3 8; 4 2];
y_correct = 8;
assert(isequal(your_fcn_name(x),y_correct))
|
746 Solvers
Reverse the Words (not letters) of a String
243 Solvers
Find nearest prime number less than input number
180 Solvers
Calculate the derivative of a polynomial
139 Solvers
244 Solvers