Not enough input arguments
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jackson vanHerwynen
am 20 Jan. 2020
Beantwortet: Cameron B
am 21 Jan. 2020
clc
t=2;
f1 = 130;
f2 = 120;
y = 2*cos.*(2*pi*((f1+f2)./2)*t)*cos.*(2*pi*((f1-f2)./2)*t);
0 Kommentare
Akzeptierte Antwort
Cameron B
am 21 Jan. 2020
Is this what you mean?
y = 2*cos(2*pi*((f1+f2)/2)*t)*cos(2*pi*((f1-f2)/2)*t);
0 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!