photo

GROZO


Last seen: casi 3 años hace Con actividad desde 2022

Followers: 0   Following: 0

Programming Languages:
MATLAB

Estadística

Feeds

Ver por

Pregunta


i am trying to make a function that make graphs by giving different value
function D=po(a,b,c,x1,x2) x=(x1:0.1:x2); for j=1:length(x) M(j)=a*x(j)^2+b*x(j)+c; end figure(1) fplot(@(x) M(j)) grid o...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


iam trying to make a function for graph
function D=MQ(a,b,c,x1,x2,q,w,e,x3) x=(x1:0.1:x2); for j=1:length(x) M(j)=a*x(j)^2+b*x(j)+c; end y=(x2:0.1:x3) for i=1:len...

casi 3 años hace | 1 respuesta | 0

1

respuesta