Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 50;
y_correct = 55;
assert(isequal(your_fcn_name(x),y_correct))
y =
55
|
2 | Pass |
x = 500;
y_correct = 550;
assert(isequal(your_fcn_name(x),y_correct))
y =
550
|
3 | Pass |
x = 100;
y_correct = 110;
assert(isequal(your_fcn_name(x),y_correct))
y =
110
|
7678 Solvers
Is my wife right? Now with even more wrong husband
1145 Solvers
Find the area of a rectangle if length of the diagonal is given.
95 Solvers
Matlab Basics - Convert a row vector to a column vector
300 Solvers
Matlab Basics II - Log and natural log
100 Solvers