
Angelica Belo
Statistics
MATLAB Answers
4 質問
0 回答
ランク
of 125,588
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Content Feed
質問
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...
1年以上 前 | 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...
1年以上 前 | 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) == ...
1年以上 前 | 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...
1年以上 前 | 1 件の回答 | 0