Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 15;
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
ans =
1
|
2 | Pass |
x = 15.25;
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
ans =
0
|
3 | Pass |
x = 10;
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
ans =
1
|
Find the alphabetic word product
2322 Solvers
1262 Solvers
Back to basics 4 - Search Path
322 Solvers
1143 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!