統計
MATLAB Answers
2 質問
0 回答
ランク
of 175,858
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how do i plot this?
x(t)=summation(k=1)^infinity . [(-1)]^(k-1).(2A/k.pi).sin(k.pi.t)
約15年 前 | 1 件の回答 | 0
1
回答質問
anyone pls give me a detailed description of what this code is doing ??? thxx
t=0 : 0.1: 30; x=10*sin (2*pi.*t/20); figure;plot(t,x,'k','linewidth',2); xlabel('time,s'); ylabel('amplitude'); n=rand...
約15年 前 | 1 件の回答 | 0
