統計
MATLAB Answers
4 質問
0 回答
ランク
of 174,306
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Outputting list of times and corresponding voltages
Can someone please give me the code to sketch v(t)=5sin3t
約8年 前 | 2 件の回答 | 0
2
回答質問
Generate data points and file from written program
t = linspace(0, 3, 200); i = 6 * cos((2 * pi * t) -15); v = 12 * sin((2 * pi * t) - 45); plot(t, i); hold on; p...
約8年 前 | 1 件の回答 | 0
1
回答質問
Plot two functions on graph
i(t)=6cos((2*pi*t)-15) And v(t)=12sin((2*pi*t)-45)) plot on same graph, should include approx 2 full cycles.
約8年 前 | 1 件の回答 | 0
1
回答質問
Sketching function for V(t)
How do I sketch this function v(t)=10e^(-4t)cos(40pit/5) to output a list of times and corresponding voltages? The plot should b...
約8年 前 | 2 件の回答 | 0
