Main Content

Header and CPP Source Files

This example creates a MATLAB®interface to a C++ library declared in the header filematrixOperations.hppand defined in the C++ source filematrixOperations.cpp.

MATLAB provides the source files in this folder:

fullfile(matlabroot,"extern","examples","cpp_interface");

使用以下步骤创建一个matrixOperationsinterface for Windows®.

Related Topics