Reuben Salisbury
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Varying a sinusoidal input
I am trying to create a sinusoidal model to simulate the sea as a fixed surface, but I'm not sure how to adapt a simple sinusoid...
4年以上 前 | 1 件の回答 | 0
1
回答質問
Solving non linear 2nd order differential equation
I am trying to solve the differential equation: mx''+cx'+kx=ky+cy'' y is the input and x is the output. y=Y0sin(wt) where ...
4年以上 前 | 1 件の回答 | 0
1
回答質問
solve a base excited spring damper system with sinusoidal excitation.
I'm modelling a spring damper system governed by the equation of motion m*x''+c*x'+kx=ky+cy''. y is the input y=Y0sin(wt), x...
4年以上 前 | 0 件の回答 | 0
0
回答質問
I am attempting to set up a model for a suspension on a mass of 100kg with k=17kN/M and a damping ratio of 0.5. The system is modelled as a simple spring damper system.
The model below is attempting to model a base excited spring damper system. I feel like the issue is that the initial sinusoidal...
4年以上 前 | 0 件の回答 | 0
0
回答質問
I need to find the displacement and velocity characteristics of a suspended mass on a boat. I am struggling to develop a state space expression that can take a sinusoidal input, and then to plot graphs of displacement and velocity from this.
clear t=0:0.1:10; %time peroid Y0= input('wave amplitude ') ; ...
4年以上 前 | 1 件の回答 | 0