Getting Warning: Cannot construct fi object; converting to double when running Simulink model
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Alexandru Bitca
el 23 de En. de 2019
Respondida: Pablo Romero
el 3 de Jun. de 2021
I have a simulink model which whenever I run it spits out the following warning:
"Warning: Cannot construct fi object; converting to double.
> In sim2fi (line 30)"
This model used to contain a Stateflow diagram with a parameter and one output of the fixdt(0,8,6) data type.
The Stateflow diagram has been removed and since then whenever I run the model I get the warning above.
Any help would be appreciated.
Thanks,
Alex.
0 comentarios
Respuesta aceptada
Pablo Romero
el 3 de Jun. de 2021
Hi,
That warning occurs, if you have some fixed-point signals in your Simulink model but you do not have the Fixed-Point Toolbox. Replace your fixed-point signals with built-in data types such as uint8.
Also, another cause, if you are using "Compare to Zero" or "Compare to Constant" blocks whose output is set to uint8. Change the output data type to boolean to fix this issue.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulink Functions 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!