using C++ Library (SeqAn) in MATLAB

16 次查看(过去 30 天)
Shaun Koh
Shaun Koh 2015-10-1
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

回答(1 个)

James Tursa
James Tursa 2015-10-1
编辑:James Tursa 2015-10-1
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:

类别

Help CenterFile Exchange 中查找有关 Call C from MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by