Borrar filtros
Borrar filtros

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

8 visualizaciones (últimos 30 días)
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

Respuestas (0)

Categorías

Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by