I've got function values in a vector f and also the vector containing values of the argument x. I need to find the define integral value of f. But the argument vector x is not uniform. Is there any function in Matlab that deals with integration over non-uniform grids?
|
|
|
Taken from help :
As you can see For instance:
Returns:
Another example:
returns:
|
||||
|
|
|
Depending on your function (and how
That's the quick-n-dirty way. Ther is a faster and more direct approach, but that is fugly and much less transparent:
As an example why all this could be useful, I borrow the example from here. The exact answer should be
Defining
we find
So So, armed with this knowledge: choose wisely :) |
|||||||||||
|
|
You can do Gaussian quadrature over each piecewise pair of |
|||||||||||||
|