Asking for meaning of this code of what this is. But in General this is the Romberg Integration method
3 views (last 30 days)
Show older comments
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 Comment
Jan
on 24 Mar 2021
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.
Answers (1)
Zuber Khan
on 19 Jul 2024
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 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!