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 |
a=1;
b=-1;
c=1;
y_correct = 1;
assert(isequal(your_fcn_name(a,b,c),y_correct))
x =
0.5000 + 0.8660i
x =
0.5000 + 0.8660i 0.5000 - 0.8660i
|
2 | Pass |
a=1;
b=0;
c=0;
y_correct = 0;
assert(isequal(your_fcn_name(a,b,c),y_correct))
x =
0
x =
0 0
|
3 | Pass |
a=1;
b=-1;
c=-2;
y_correct = 0;
assert(isequal(your_fcn_name(a,b,c),y_correct))
x =
2
x =
2 -1
|
819 Solvers
Sum of diagonal of a square matrix
1327 Solvers
Number of 1s in a binary string
2824 Solvers
Multiples of a Number in a Given Range
214 Solvers
Who is the smartest MATLAB programmer?
561 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!