mathworks / toolboxdesign

Best practices for creating high-quality and user-friendly MATLAB toolboxes, including recommendations for file organization, testing, and releasing the toolbox.
Creative Commons Attribution 4.0 International
87 stars 4 forks source link

Initial draft of MEX best practice #23

Open rpurser47 opened 1 month ago

rpurser47 commented 1 month ago

The proposed organization is meant for toolboxes that implement MEX functions using C/ C++/ Fortran for implementing features. They might also interface with external libraries.

rpurser47 commented 1 month ago

This will require internal MathWorks review before it's merged into main.