Borrar filtros
Borrar filtros

Create my custom type for S-function input (from Ada to Mex purpose)

2 visualizaciones (últimos 30 días)
Danny
Danny el 8 de Ag. de 2022
Respondida: Ramtej el 7 de Sept. de 2023
Hello,
I am currently working on a Ada-file conversion to a Mex file, in order to use it inside a S-Function block.
Do you know how to declare my custom type for ssSetInputPortDataType function ? (I want to create a enumeration type for instance)
In this documentation (https://mathworks.com/help/simulink/sfg/ssgetinputportdatatype.html), it says : "Integer values of 9 or greater represent custom data types such as fixed-point types, bus types, and enumerated data types. The meaning of each value depends on the number and kind of custom data types that you use in a model.", but I can't find where to edit it.
Thank you

Respuestas (1)

Ramtej
Ramtej el 7 de Sept. de 2023
Hi Danny,
I understand that you are trying to declare a custom data type for Input port in S-Function block.
You can declare a custom data type using the function "ssRegisterDataType" inside your initialization function.
Refer to the documentation below for the detailed instructions on how to configure custom data types.
Hope this resolves your query!

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by