Community Profile

photo

GROZO


Last seen: circa 2 anni fa Attivo dal 2022

Programming Languages:
MATLAB

Statistiche

Content Feed

Visto da

Domanda


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...

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 2 anni fa | 1 risposta | 0

1

risposta