채택된 답변

David Hill
David Hill 2021년 3월 12일

0 개 추천

p=polyfit([0 -3 .5],[2 -1 .75],2);
x=-10:.01:10;%whatever you want for x
plot(x,polyval(p,x));

댓글 수: 3

David Hill
David Hill 2021년 3월 12일
p contains [a,b,c]
David Hill
David Hill 2021년 3월 12일
If you a satisfied with the answer, you should accept it to close out the question.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

제품

태그

질문:

2021년 3월 12일

댓글:

2021년 3월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by