This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 1;
b = 2;
c = 3;
y_correct = 6;
assert(isequal(your_fcn_name(a,b,c),y_correct))
|
Matlab Basics II - Max & Index of Max
188 Solvers
99 Solvers
195 Solvers
38 Solvers
34 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!