Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 9;
assert(isequal(y_fun_1(x),y_correct))
|
2 | Pass |
x = 3;
y_correct = 67;
assert(isequal(y_fun_1(x),y_correct))
|
3 | Pass |
x = 3.2;
y_correct = 75.440000000000010;
assert(isequal(y_fun_1(x),y_correct))
|
390 Solvers
Find the maximum number of decimal places in a set of numbers
739 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
Is this triangle right-angled?
2396 Solvers
Sum of the Multiplication of Vectors
202 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!