Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1;
y_correct = 1;
assert(isequal(only_input(x),y_correct))
|
2 | Pass |
%%
x = 127;
y_correct = 127;
assert(isequal(only_input(x),y_correct))
|
686 Solvers
495 Solvers
Calculate the area of a triangle between three points
872 Solvers
348 Solvers
07 - Common functions and indexing 1
338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!