![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17779669_1583928663645_DEF.jpg)
MUDASIR MALIK
Followers: 0 Following: 0
Feeds
질문
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',...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
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 = ...
거의 3년 전 | 답변 수: 1 | 0