photo

Angelica Belo


Last seen: 4 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
95,248
of 300,365

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,262

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


2nd order system in Simulink
I was tasked to construct the following 2nd order system in simulink: y'' + 5y' + 6 = 0; y(0) = 0, y'(0) = 1 I have the follow...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Help with Sine wave Properties
I've so far simplified my wave to: (2*cos(3*t + 8352332796509007/9007199254740992))/5 I know how to construct 2cos3*t in simu...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Knowing the closed form solution of dx/dt = 2 sin 3t − 4x, how do I construct my Simulink?
By inputting the following code in Matlab, ​​syms x(t) eqn = diff(x) == 2*sin(3*t) - 4*x; S = dsolve(eqn,x(0) == ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to find the closed form solution of the natural and forced response of 2sin(3t) - 4x with x(0) = 0
So far I have used dsolve and have the following code: syms x(t) eqn = diff(x,t) == 2*sin(3*t)-4*x; S = dsolve(e...

4 years 前 | 1 个回答 | 0

1

个回答