hongbo-miao/hongbomiao.com

View on GitHub
matlab/call-c-function-in-matlab/main.m

Summary

Maintainability
Test Coverage
% https://www.mathworks.com/help/coder/ug/call-cc-code-from-matlab-code.html

codegen mathOps -args {1, 2} add.c;
[added, multed] = mathOps_mex(10, 20);