photo

Stefan Reich


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
4 个回答

排名
4,820
of 299,772

声誉
10

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

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...

9 years 前 | 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 ...

9 years 前 | 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...

9 years 前 | 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...

9 years 前 | 0

| 已接受