MUDASIR MALIK
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
204,320
of 295,467
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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 want to have specific values on y-axis of the plot.
clc, clear, close all u = 0.2; for n = 1:40 v(n) = (41/81)*u + 20/81; u = v(n); end plot(1:40,v,'.-','LineWidth',...
2 years ago | 1 answer | 0
1
answerQuestion
The code doesn't generate a graph. Please tell where I am doing wrong.
clc, clear, close all x = 1; for n = 1:30 y = (7259/14520)*x + 167/2420 plot(n,y,'color','m') hold on x = ...
2 years ago | 1 answer | 0