mathworks / libmexclass

libmexclass is a MATLAB framework which enables users to implement the functionality of MATLAB classes in terms of equivalent C++ classes using MEX.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Remove file `Custom.m` from `libmexclass/example/matlab/+example/` #19

Closed sreeharihegden closed 1 year ago

sreeharihegden commented 1 year ago

The Custom.m file in the examples folder: libmexclass/example/matlab/+example/ seems to be no longer needed. Consider removing it.