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 |
%%
x = [2 5 2 5 12 2 4 13];
y_correct = 8;
assert(isequal(maxindex(x),y_correct))
ans =
[]
|
2 | Pass |
%%
x = [2 4 3 5 5 3];
y_correct = 4;
assert(isequal(maxindex(x),y_correct))
ans =
[]
|
Omit columns averages from a matrix
527 Solvers
308 Solvers
Make a run-length companion vector
512 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
Matlab Basics - y as a function of x
339 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!