using C++ Library (SeqAn) in MATLAB
조회 수: 10 (최근 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!