how to integral f(x).*g(x)
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Dion Akmal
am 24 Mär. 2021
Bearbeitet: Dion Akmal
am 24 Mär. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!