GROZO
Followers: 0 Following: 0
Programming Languages:
MATLAB
MATLAB
Feeds
질문
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...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 3년 전 | 답변 수: 1 | 0