Unexpected data type for Run-Time Parameter: how to solve this

1 visualización (últimos 30 días)
Akm Arafat
Akm Arafat el 24 de Ag. de 2021
Respondida: Kumar Pallav el 25 de Oct. de 2021
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'.

Respuestas (1)

Kumar Pallav
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.

Categorías

Más información sobre Equations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by