Load C++ shared library into Matlab -


i tried load c++ shared library called g+smo matlab 2016b on linux. after compiling of g+smo got shared object file "gismo.so".

i tried load library matlab command: "loadlibrary". not successful because command supports functions written in c. in order load c++ library, have write c wrapper around code or create mex-interface it. both work , not trivial.

is there simple way load g+smo project matlab?


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -