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 |
R = pi/2;
D_correct =90;
assert(isequal(RAD2DEG(R),D_correct))
D =
90
|
2 | Pass |
R = pi;
D_correct = 180;
assert(isequal(RAD2DEG(R),D_correct))
D =
180
|
3 | Pass |
R = 2*pi;
D_correct = 360;
assert(isequal(RAD2DEG(R),D_correct))
D =
360
|
4 | Pass |
R = 3*pi;
D_correct = 540;
assert(isequal(RAD2DEG(R),D_correct))
D =
540
|
265 Solvers
203 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
198 Solvers
Flip the vector from right to left
752 Solvers
183 Solvers