rombquad

バージョン 1.0.0.0 (1.64 KB) 作成者: Matt Fig
Performs Romberg quadrature.
ダウンロード: 3.1K
更新 2008/10/2

ライセンスの表示

I noticed that the two Romberg quadrature functions on the FEX are identical (#34 and #8199). I increased the speed of the calculations for some integrations and simplified the algorithm to use a vector instead of a matrix for the interpolations.

See help for an example

Email me with bugs please. Thanks.

引用

Matt Fig (2024). rombquad (https://www.mathworks.com/matlabcentral/fileexchange/9626-rombquad), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersStatistics and Machine Learning Toolbox についてさらに検索
謝辞

ヒントを得たファイル: Rombint.m

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Added input checking.