0

Is is possible to access the quantlib libraries from Matlab?

The poster here seems to think so (but the thread is pretty old)

A real easy way of talking to Quantlib from Matlab is to call the java wrappers for Quantlib. Matlab is written in Java and so it is easy to load classes from there and call them.

Hugh

Bazman
  • 2,058
  • 9
  • 45
  • 65

1 Answers1

2

There was some talk of a Matlab module, but it never really went beyond the proof-of-concept stage (you can read the discussion at http://old.nabble.com/MATLAB-Extension-td13769699.html).

As for going the Java route, I can't really comment as I'm not familiar with the Matlab machinery to call Java classes (nor with Matlab itself). Assuming it's possible to do so, the QuantLib Java wrappers are still supported; they don't export all the functionality of the library (which is only available in C++) but should be a good starting point.

Luigi Ballabio
  • 4,128
  • 21
  • 29