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))
|
Find the largest value in the 3D matrix
1056 Solvers
724 Solvers
Area of an equilateral triangle
2759 Solvers
Matlab Basics - Create a row vector
277 Solvers
Matlab Basics - Pick out parts of a vector
198 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!