Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x_sol= 21;
y_sol= -168;
z_sol= 154;
[a,b,c]=Solve_Cubic;
assert(isequal([a,b,c],[x_sol,y_sol,z_sol]))
|
6718 Solvers
Remove the two elements next to NaN value
411 Solvers
Determine if input is a perfect number
145 Solvers
480 Solvers
519 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!