統計
MATLAB Answers
2 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
whay do we use @(t) in our code???
f = 0.5; % Set f to whatever it's supposed to be here S1 = @(t) sin(2*pi*f*t); S2 = @(t) 1/2 * sin(6*pi*f*t); S = @(t) S1(t...
14年弱 前 | 1 件の回答 | 1
1
回答質問
drawing a graph S(t)=sin(2pift)+1/2sin(6pift)
hi,thank u for all your helps,,could anybody help me with drawing S(t)=sin(2pift)+1/2sin(6pift) in matlab but each graph as indi...
14年弱 前 | 1 件の回答 | 0