Simulink function block output not resolving to signal

10 views (last 30 days)
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.

Accepted Answer

Haroon Zafar
Haroon Zafar on 8 Jun 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.

More Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products


Release

R2022b

Community Treasure Hunt

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

Start Hunting!