Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 4 5 2 3];
y_correct = [5,3];
assert(isequal(max_ind_max(x),y_correct))
|
2 | Pass |
x = [3.2 4.3 -9.8 4.7 -10.9 3.7 -2.5];
y_correct = [4.7,4];
assert(isequal(max_ind_max(x),y_correct))
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35550 Solvers
Solve the set of simultaneous linear equations
273 Solvers
376 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
292 Solvers
What is Sum Of all elements of Matrix
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!