Clear Filters
Clear Filters

Is there a possibility to disable CombineOutputUpdateFcns in a legal manner?

8 views (last 30 days)
Hi,
When I use GRT, then it is possible to disable "Single output/update function". The documentation tells, that this setting controls the parameter CombineOutputUpdateFcns.
Now I want to disable the Single output/update function in my (GRT based) target in general and I removed the CONFIGSET_TARGET_COMPONENT section as required in grt.tlc
I tried to set CombineOutputUpdateFcns in a separate option,
rtwoptions(10).default = 'off';
rtwoptions(10).tlcvariable = 'CombineOutputUpdateFcns';
rtwoptions(10).makevariable = 'COMBINE_OUTPUT_UPDATE_FCNS';
but I get an error when I try to generate the code:
Embedded Coder is not licensed or not installed.
It's true, I don't have a license for Embedded Coder.
But I how can want to use the feature of the GRT Target?
Thank you for your help.
Olaf

Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!