採用された回答

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 ExchangeMathematics についてさらに検索

製品

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by