Community Profile

photo

GROZO


Last seen: 2 years ago Active since 2022

Programming Languages:
MATLAB

Statistics

Content Feed

View by

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer