Junyoung Ahn
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
2 回答
ランク
of 153,991
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
sine wave plot
clear; clc; close; f=60; %frequency [Hz] t=(0:1/(f*100):1); a=1; %amplitude [V] phi=0; %phase y=a*sin(2*pi*f*t+ph...
sine wave plot
clear; clc; close; f=60; %frequency [Hz] t=(0:1/(f*100):1); a=1; %amplitude [V] phi=0; %phase y=a*sin(2*pi*f*t+ph...
4年以上 前 | 4
回答済み
I need to plot a sine wave
clear; clc; close; f=15; %frequency [Hz] t=(0:1/(f*100):1); a=4; %amplitude [V] phi=0; %phase y=a*sin(2*pi*f*t+ph...
I need to plot a sine wave
clear; clc; close; f=15; %frequency [Hz] t=(0:1/(f*100):1); a=4; %amplitude [V] phi=0; %phase y=a*sin(2*pi*f*t+ph...
4年以上 前 | 1