필터 지우기
필터 지우기

using roots function to find values

조회 수: 2 (최근 30일)
harley
harley 2013년 10월 13일
답변: Youssef Khmou 2013년 10월 13일
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일
try :
F=[3 -5 0 10];
r=roots(F);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by