Header and Compiled Library Files on Windows
This example creates a MATLAB® interface to a C++ library defined by matrixOperations.hpp
for Windows®. MATLAB provides the library files in this folder:
fullfile(matlabroot, "extern", "examples", "cpp_interface")
Use these steps to create an interface to the matrixOperations
library.