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 years 前 | 1 个回答 | 0
1
个回答提问
Generate a vector of uniformly spaced time samples and a vector of r(t) samples
4 years 前 | 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 years 前 | 1 个回答 | 0