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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -