3D Trapezoidal Rule

This program can be used to find any triple integral, even if one has some empirical data.
1.0K 次下载
更新时间 2013/3/8

查看许可证

The program is based on applying Matlab's trapz several times to obtain the result. The accuracy might not be good, but, at least it can be used with empirical data.

引用格式

Mohammed Sadeq Al-Rawi (2024). 3D Trapezoidal Rule (https://www.mathworks.com/matlabcentral/fileexchange/40672-3d-trapezoidal-rule), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Numerical Integration and Differential Equations 的更多信息
致谢

参考作品: 2D trapezoidal rule

Community Treasure Hunt

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

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

Swapping the index, better clarity than the previous version.

1.1.0.0

A better one-line code, thanks to Richrd.

1.0.0.0