MATLAB: Do the dialog prompts use different terminology for the properties of fixed-point data in Stateflow and Simulink Fixed Point

simulink

I am using Stateflow and Simulink Fixed Point to create a fixed-point simulation. I would like a unified interface and terminology for data specification. For example, Simulink Fixed Point describes an unsigned 8-bit integer as a "uint(8), while Stateflow describes this as a "uint8".

Best Answer

The ability to use a unified user interface and terminology for fixed-point data specification is not available in Simulink Fixed Point and Stateflow.
To work around this issue, consult the Stateflow and Simulink Fixed Point documentation for the details of each interface. You can also use the "inherited" data type in Stateflow to inherit data properties from Simulink, which may remove the need to use the Stateflow fixed-point specification interface.