Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [2 -1 -3];
y_correct = [1.5 -1]';
assert(isequal(your_fcn_name(x),y_correct))
|
Getting the absolute index from a matrix
211 Solvers
238 Solvers
246 Solvers
Area of an equilateral triangle
2763 Solvers
construct matrix with identical rows
168 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!