how to integral f(x).*g(x)
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dion Akmal
el 24 de Mzo. de 2021
Editada: Dion Akmal
el 24 de Mzo. de 2021
can somebody help me with my problem. here is my code and it cant be run
f = 0.05:0.05:0.4
t=0:.01:20
X=cos(2*pi*f*t)
Y=cos(2*pi*f*t)
g = @(t) X.*Y;
I = integral(g,0,20,'ArrayValued',true);
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!