Feeds
已回答
How to plot vertical lines?
The xline function is just what you need: x=[0:0.1:10]; x1=5; plot(x,2*sin(x),x,5*sin(x),x,cos(x)); xline(x1);
How to plot vertical lines?
The xline function is just what you need: x=[0:0.1:10]; x1=5; plot(x,2*sin(x),x,5*sin(x),x,cos(x)); xline(x1);
6 years 前 | 3
