GROZO
Followers: 0 Following: 0
MATLAB
Statistics
2 Questions
0 Answers
RANK
199,679
of 295,569
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
3 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0