integration problem
Show older comments
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?
Answers (2)
Walter Roberson
on 17 May 2012
trapz(x,y .* cos(x))
mohan krishna
on 15 Feb 2023
0 votes
integral phi/2 0 cosxdx
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!