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년 전 | 3
