using C++ Library (SeqAn) in MATLAB
17 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
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:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Call C from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!