using roots function to find values

2 views (last 30 days)
f(x) = 3x^3 – 5x^2 + 10. How do i find 'x' when y = 0, using roots function.

Accepted Answer

Youssef  Khmou
Youssef Khmou on 13 Oct 2013
try :
F=[3 -5 0 10];
r=roots(F);

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!