using roots function to find values

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

 採用された回答

Youssef  Khmou
Youssef Khmou 2013 年 10 月 13 日

0 投票

try :
F=[3 -5 0 10];
r=roots(F);

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeModeling についてさらに検索

タグ

質問済み:

2013 年 10 月 13 日

回答済み:

2013 年 10 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by