C++ and MATLAB Simulink tips for HWIL simulation software engineers
Wednesday, June 15, 2022
String input to Matlab C Mex file
When you call a Matlab C Mex function with a string input, make sure to use single quotes, e.g. 'hello'. If you use double quotes, e.g. "hello", Matlab will crash and burn!
No comments:
Post a Comment