統計
MATLAB Answers
0 質問
1 回答
ランク
of 178,313
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How to design a bump on the road as shown in the figure which is the input to the transfer function?. I had an input code for bump (half sine wave) which is r=0.1*sin(2*pi*20*t) ,what code need to be added into the same input as the flat road??
th = linspace(0,3*pi) ; r=0.1*sin(th) ; r(th>pi)=0 ; plot(th,r,'linewidth',10)
How to design a bump on the road as shown in the figure which is the input to the transfer function?. I had an input code for bump (half sine wave) which is r=0.1*sin(2*pi*20*t) ,what code need to be added into the same input as the flat road??
th = linspace(0,3*pi) ; r=0.1*sin(th) ; r(th>pi)=0 ; plot(th,r,'linewidth',10)
2年以上 前 | 0
