Respuesta aceptada

David Hill
David Hill el 12 de Mzo. de 2021

0 votos

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

3 comentarios

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 12 de Mzo. de 2021

Comentada:

el 12 de Mzo. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by