Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 40;
y_correct = [34.86 19.61];
[y1 y2]=TV(x)
assert(y1-y_correct(1)<=0.01 && y2-y_correct(2)<=0.01)
width =
3.1007
height =
5.5123
y1 =
3.1007
y2 =
5.5123
|
2 | Pass |
x=49
y_correct = [42.71 24.02];
[y1 y2]=TV(x)
assert(y1-y_correct(1)<=0.01 && y2-y_correct(2)<=0.01)
x =
49
width =
3.4318
height =
6.1010
y1 =
3.4318
y2 =
6.1010
|
1600 Solvers
Determine Whether an array is empty
646 Solvers
Getting the indices from a matrice
360 Solvers
find the maximum element of the matrix
348 Solvers
187 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!