Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 12358466243;
y_correct = 12358470000;
assert(isequal(round_ten_thou(x),y_correct))
|
2 | Pass |
x = 12358466243.325;
y_correct = 12358470000.000;
assert(isequal(round_ten_thou(x),y_correct))
|
1936 Solvers
3307 Solvers
5736 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
230 Solvers
211 Solvers