Unexpected data type for Run-Time Parameter: how to solve this
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Kumar Pallav
il 25 Ott 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 Commenti
Vedere anche
Categorie
Scopri di più su Equations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!