No BSD License
Highlights from
SIMPSUM
|
|
| File Information |
| Description |
If you want to integrate numerically an analytical function, you can use QUAD or similar. However, if you want to integrate already sampled data (equidistantly), and if the data are sufficiently smooth, instead of TRAPZ you will prefer SIMPSUM, numerical integration by Simpson method. It works on vectors and matrices (columnwise), calculates the average value of the sampled data, or simpson integral itself, if you supply the range(s) of independent variable(s). If you have nonequally spaced, but still smooth data, you can first resample them equidistantly with the help of some interpolation program like interp1(...'spline') and then apply SIMPSUM. |
| Acknowledgements |
This submission has inspired the following:
CUMSIMPSUM
|
| MATLAB release |
MATLAB 6.5.1 (R13SP1)
|
| Other requirements |
None |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 28 Mar 2006 |
Luka Rahne
|
|
|
| 29 Mar 2006 |
Vassili Pastushenko
|
|
|
|
Contact us at files@mathworks.com