How do I do numerical integration of a vector in MATLAB?

Posted by clowny on Stack Overflow See other posts from Stack Overflow or by clowny
Published on 2010-05-18T20:45:26Z Indexed on 2010/05/19 13:20 UTC
Read the original article Hit count: 269

I have a vector of 358 numbers. I'd like to make a numerical integration of this vector, but I don't know the function of this one.

I found that we can use trapz or quad, but i don't really understand how to integrate without the function.

© Stack Overflow or respective owner

Related posts about matlab

Related posts about numerical-integration