Unexpected data type for Run-Time Parameter: how to solve this
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I am running into this issue while using Simscape. It says Unexpected data type for Run-Time Parameter...Type 'single' does not match the expected type: 'double'.
0 comentarios
Respuestas (1)
Kumar Pallav
el 25 de Oct. de 2021
Please refer this solution for a similar problem. You may need to explicitly set the data types to avoid the mismatch of datatypes. Double click on the inports and outports (or any other approriate block where the data type is set to AUTO). Now click on the "Signal Attributes" tab, and then for the "Data type" property, explicitly specify the data type (e.g. double) attribute of the signal for those ports.
0 comentarios
Ver también
Categorías
Más información sobre Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!