Simulink:接受字符串参数的最小 S-function

此 S-function 是接受字符串作为 S-function 参数的最小实现。它基于 Matlab/Simulink:最小空模板 S-function

重要: 你需要用单引号')传递 S-function 参数,用双引号传递起作用,会导致 S-function 收到空字符串参数。

S Function parameter dialog with string parameter

编译命令:


Check out similar posts by category: MATLAB/Simulink, C++