using roots function to find values

3 visualizzazioni (ultimi 30 giorni)
harley
harley il 13 Ott 2013
Risposto: Youssef Khmou il 13 Ott 2013
f(x) = 3x^3 – 5x^2 + 10. How do i find 'x' when y = 0, using roots function.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Modeling in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by