Feeds
已回答
How do I make the x-axis go to infinity so my graph can repeat?
x = -inf: 0.1 : 2; y = 2*(x.^2) + 3*(x) + 4; plot(x,y) hold on x = 2 :0.1:2; y = 0; plot(x,y) hold on x = 2.1 : 0.1 ...
How do I make the x-axis go to infinity so my graph can repeat?
x = -inf: 0.1 : 2; y = 2*(x.^2) + 3*(x) + 4; plot(x,y) hold on x = 2 :0.1:2; y = 0; plot(x,y) hold on x = 2.1 : 0.1 ...
5 years 前 | 0