Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 3;
y_correct = 28.2744;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 12.5664;
assert(isequal(your_fcn_name(x),y_correct))
|
Find the alphabetic word product
1997 Solvers
Getting the absolute index from a matrix
176 Solvers
551 Solvers
Is this triangle right-angled?
1918 Solvers
324 Solvers