How to specify input arguments data type when using ssDeclareFunctionCaller?

ssDeclareFunctionCaller allows us to declare Simulink Funciton prototypes inside a S-Function that further could be invoked using ssCallSimulinkFunction.
My question is how the input&output arguments could be specified e.g., y = timestwo(u) in which u is uint16_T

回答(1 个)

Hi Arian,
You can use the ssSetSimulinkFunctionArgDataType function to set the data types of function and the ssSetSimulinkFunctionArgDimensions function to set the argument's dimensions.

类别

帮助中心File Exchange 中查找有关 Simulink 的更多信息

产品

版本

R2020a

提问:

2022-9-6

回答:

2024-8-2

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by