Filter löschen
Filter löschen

How to use h_cubature function from Cubature package in MATLAB?

1 Ansicht (letzte 30 Tage)
Riccardo Brignone
Riccardo Brignone am 30 Sep. 2017
Beantwortet: Jatin Waghela am 3 Okt. 2017
Hi!
I have to solve numerically some integrals. I've done it with Matlab, using integral, integral2, integral3 and so on, now, in order to increase the computational efficiency I would like to use "h_cubature" function from:
https://github.com/stevengj/cubature
Running it on Julia I've seen that it is very faster than integral3 for triple numerical integration, but I have to run it in MATLAB!
Is there a way to do that? If yes, how can I do that?
Thanks in advance!

Antworten (1)

Jatin Waghela
Jatin Waghela am 3 Okt. 2017
The "h_cubature" in the above link you provided is a C package.
Please refer to the below documentation link which gives more information on writing C/C++ programs that work with MATLAB and see of that helps.

Kategorien

Mehr zu Call C++ from MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by