MATLAB: Integration

integration

I want to integrate an RPM signal, how do i integrate it? It is an n*m matrix. I use matlab version R2010b.

Best Answer

use the trapz function
source: help file
Related Question