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 Exchange에서 Modeling에 대해 자세히 알아보기

태그

질문:

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