Feeds
질문
Invalid Expression with plotting t
dt=0.01; h=0.1; w=0.1; to=2.5; t=0:dt:10; r=h*exp(-((t-to).^2)/w^2); plot=(t,r,'b','linewidth',2); xlabel('t') ylable('r...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Generate a vector of uniformly spaced time samples and a vector of r(t) samples
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to plot state variable responses?
I am attempting to plot the four plots of the state variable step response. I keep getting the following error: Error using Dy...
4년 초과 전 | 답변 수: 1 | 0