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
Post a Comment