Header and Compiled Library Files on Linux
This example creates a MATLAB® interface to a C++ library matrixOperations
for Linux®. The library is defined by header file matrixOperations.hpp
and shared object file libmwmatrixOperations.so
.
MATLAB provides these files in this folder:
fullfile(matlabroot,"extern","examples","cpp_interface");
Use these steps to create a matrixOperations
interface for Linux.