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

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -