integration problem
Mostra commenti meno recenti
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?
Risposte (2)
Walter Roberson
il 17 Mag 2012
trapz(x,y .* cos(x))
mohan krishna
il 15 Feb 2023
0 voti
integral phi/2 0 cosxdx
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!