integration problem
Afficher commentaires plus anciens
I need to integrate f(x)*cos(x)dx for x from 0 to 2*pi.
For f(x), I have a list of 33 y-values with corresponding x=[0:2*pi/32:2*pi].
How do I integrate this in MATLAB?
Réponses (2)
Walter Roberson
le 17 Mai 2012
trapz(x,y .* cos(x))
mohan krishna
le 15 Fév 2023
0 votes
integral phi/2 0 cosxdx
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!