Stefan Reich
Followers: 0 Following: 0
Statistics
0 Questions
4 Answers
RANK
4.996
of 295.569
REPUTATION
10
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
meer dan 8 jaar ago | 0
| accepted
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 ...
meer dan 8 jaar ago | 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...
meer dan 8 jaar ago | 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...
meer dan 8 jaar ago | 0
| accepted