Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 0;
assert(isequal(pol_angle(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 0;
assert(isequal(pol_angle(x),y_correct))
|
3 | Pass |
x = 3;
y_correct = 60;
assert(isequal(pol_angle(x),y_correct))
|
4 | Pass |
x = 4;
y_correct = 90;
assert(isequal(pol_angle(x),y_correct))
y =
90
|
5 | Pass |
x = 5;
y_correct = 108;
assert(isequal(pol_angle(x),y_correct))
y =
108
|
6 | Pass |
x = 6;
y_correct = 120;
assert(isequal(pol_angle(x),y_correct))
y =
120
|
54232 Solvers
3238 Solvers
"Low : High - Low : High - Turn around " -- Create a subindices vector
320 Solvers
254 Solvers
Sum of the Multiplication of Vectors
202 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!