Asking for meaning of this code of what this is. But in General this is the Romberg Integration method
3 ビュー (過去 30 日間)
古いコメントを表示
Hi there i have a set of codes but it is hard to understand, i believe it is not a code hence i cannot type it out here, can i please have some explaination on the Romberg Integration in the coding, or maybe show me how can a romberg integration be done for the codes.
1 件のコメント
Jan
2021 年 3 月 24 日
What exactly is your problem? "I have a set of codes, which are not code"?
You can find many examples for Romberg integrations in the net, e.g. in the FileExchange.
回答 (1 件)
Zuber Khan
2024 年 7 月 19 日
Hi,
Since you have not explicitly specified any code, it is difficult to comprehend which code you are referring to.
It is to be noted that there is no in-built function present in MATLAB which directly implements Romberg Integration Algorithm as of now. However, multiple tools are present on File Exchange. You can leverage these File Exchange resources in case you are looking for ready to use code for Romberg Integration Algorithm in MATLAB.
For instance, you can refer to the following links:
You can also write a custom function file in MATLAB which serves the same purpose.
I hope it helps!
Regards,
Zuber
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!