![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7209558.jpg)
Stefan Reich
2016년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
How to draw this 3D plot (PSD cone)
Dear Dian-Jing, Usually I would suggest using meshgrid() surf() In your case, downloading and installing this file m...
How to draw this 3D plot (PSD cone)
Dear Dian-Jing, Usually I would suggest using meshgrid() surf() In your case, downloading and installing this file m...
8년 초과 전 | 0
| 수락됨
답변 있음
stepper motor simulation without simscape?
Hey Angeline, I use something like this: signal = @(x,s,t) heaviside(x-s)-heaviside(x-t); runtime = 0:.01:10; start ...
stepper motor simulation without simscape?
Hey Angeline, I use something like this: signal = @(x,s,t) heaviside(x-s)-heaviside(x-t); runtime = 0:.01:10; start ...
8년 초과 전 | 0
답변 있음
how to plot bode plot for eigenfreqencies (for both resonant and anti resonant frequencies) in matlab ..with hertz on x axis instead of rad/s....thanks in advance
Could you upload your transfer function? Concerning the Hertz: h = bodeplot(sys) setoptions(h,'FreqUnits','Hz') <htt...
how to plot bode plot for eigenfreqencies (for both resonant and anti resonant frequencies) in matlab ..with hertz on x axis instead of rad/s....thanks in advance
Could you upload your transfer function? Concerning the Hertz: h = bodeplot(sys) setoptions(h,'FreqUnits','Hz') <htt...
8년 초과 전 | 0
답변 있음
How can I plot the input function in this example? (I already got the graph of the output function)
Dear Rogelio, I suggest simply adding p = fun(x); hold on plot(x,p,':') to the end of your function. Should do t...
How can I plot the input function in this example? (I already got the graph of the output function)
Dear Rogelio, I suggest simply adding p = fun(x); hold on plot(x,p,':') to the end of your function. Should do t...
8년 초과 전 | 0
| 수락됨