Feeds
질문
How can I plot two 2D figures simultaneously, with one orthogonal to the other? They both share the same t axis, but the x axis lies perpendicular to the z axis and t axis, and they all share the same zero point.
t = 0:.1:20; x = 2*(18./(.5*t+.5).^.5 - 5.5); z = 18./(.5*t+.5).^.5 - 5.5; figure(1) plot(t,x,':') xlab...
거의 11년 전 | 답변 수: 1 | 0
