using C++ Library (SeqAn) in MATLAB
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposte (1)
James Tursa
il 1 Ott 2015
Modificato: James Tursa
il 1 Ott 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:
0 Commenti
Vedere anche
Categorie
Scopri di più su Call C from MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!