Community Profile

photo

Junyoung Ahn


Last seen: fast 4 Jahre vor Aktiv seit 2020

Statistiken

  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
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...

fast 4 Jahre vor | 4

Beantwortet
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...

fast 4 Jahre vor | 1