Réponse acceptée

David Hill
David Hill le 12 Mar 2021

0 votes

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

3 commentaires

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Centre d'aide et File Exchange

Produits

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by