integralN.m

版本 1.3.0.1 (8.3 KB) 作者: Mike Hosea
Compute Multiple Integrals of Orders 4, 5, and 6
2.4K 次下载
更新时间 2016/9/1

查看许可证

This function uses MATLAB's INTEGRAL2 and INTEGRAL3 functions iteratively to perform integrals of order 4, 5, and 6.

引用格式

Mike Hosea (2024). integralN.m (https://www.mathworks.com/matlabcentral/fileexchange/47919-integraln-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.3.0.1

Updated license

1.3.0.0

Minor update: fixed a typo in the comments and made a slight efficiency improvement by removing an unnecessary wrapper around the "inner" function where it is passed to arrayfun.

1.0.0.0