Borrar filtros
Borrar filtros

Simulink function block output not resolving to signal

12 visualizaciones (últimos 30 días)
I am trying to generate a signal driving a current source using a function block in Simulink. But I am getting errors about the output ”Iharm”. The function works fine in Matlab workspace but not working in simulink environment.
Error:
Output 'Iharm' has variable size but the upper bound is not specified; explicit upper bound must be provided.
Or “Iharm” can not resolve to signal object.
I have tried specifying the bounds using assert and coder.varsize, but still error is there. Also specifying “Data must resolve to signal object” in Model workspace does not seem to work.
Simulink model is attached if anyone can help me to resolve this issue.

Respuesta aceptada

Haroon Zafar
Haroon Zafar el 8 de Jun. de 2023
Issue is resolved now...
Go to Model Explorer... Select the function block and corresponding function output.
Change the Type from "Inherit: Same as Simulink" to Double or any other data type.
Corrected model is attached.

Más respuestas (0)

Categorías

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

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by