using C++ Library (SeqAn) in MATLAB

18 Ansichten (letzte 30 Tage)
Shaun Koh
Shaun Koh am 1 Okt. 2015
Bearbeitet: James Tursa am 1 Okt. 2015
Hi. I would like to use C++ Library (SeqAn SeqAn ) in MATLAB
I found one can load the C++ library using command:
loadlibrary(libname,hfile)
however, after loading, what should I do to utilize things in this library in MATLAB?
Any examples would be huge help.. thanks

Antworten (1)

James Tursa
James Tursa am 1 Okt. 2015
Bearbeitet: James Tursa am 1 Okt. 2015
E.g., You can use the following functions:
libfunctions --> Lists the functions available to call
calllib --> Calls a particular function in the library
unloadlibrary --> Unloads the library
See this thread for a simple example:

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