Simulink can be used for mathematical modelling of physical systems.
What is the native approach to support units (e.g. kg, m/s )?
I have seen following approach.
- Append the unit to the signal name (e.g. Speed [m/s]).
- Do conversion "manually" ( Multiply within model to convert from minutes to seconds)
This approach seems cumbersome.
If there is not native support: Is there a reason why Mathworks does not support units natively (except Simscape)?
(I am not talking about Simscape and I am not able to use it. Also I am aware of the argument that in mathematical modelling there are no such things like units. )