|
|
| File Information |
| Description |
Z = CUMSIMPSUM(Y,DEL) computes an approximation of the cumulative integral of Y from a=0 to b via the Simpson's rule (with unit spacing). For matrices Y, CUMSIMPSUM works on columns of Y. DEL contains the upper limit(s) b.
CUMSIMPSUM is a cumulative analog to SIMPSUM and may be used as an alternative to CUMTRAPZ. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
SIMPSUM
|
| MATLAB release |
MATLAB 6.5 (R13)
|
| Other requirements |
None Required |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 29 Oct 2004 |
This updated version outputs a 1-by-N vector in case a 1-by-N vector is inputted (while the previous version always outputted a N-by-1 vector, regardless of a row or column input vector). The integration steps were not modified. |
|
Contact us at files@mathworks.com