Not enough input arguments
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Jackson vanHerwynen
el 20 de En. de 2020
Respondida: Cameron B
el 21 de En. de 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 comentarios
Respuesta aceptada
Cameron B
el 21 de En. de 2020
Is this what you mean?
y = 2*cos(2*pi*((f1+f2)/2)*t)*cos(2*pi*((f1-f2)/2)*t);
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!