Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 2 3; 1 2 3; 1 2 3];
y_correct = [1 2 3; 1 2 3];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = [1;9;8];
y_correct = [1;8];
assert(isequal(your_fcn_name(x),y_correct))
|
232 Solvers
351 Solvers
Calculate the area of a triangle between three points
871 Solvers
Number of digits in an integer
336 Solvers
Is this triangle right-angled?
2394 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!