Borrar filtros
Borrar filtros

Simulink Coder- Post Processing

3 visualizaciones (últimos 30 días)
Joseph Stalin
Joseph Stalin el 13 de Mzo. de 2013
Dear all, After genrating the code in Simulink Coder I am giving the below command in the com window to run my Post processing script
set_param ('model_fCLR',PostCodeGenCommand,'MyfuncName(buildinfo)')
But MyfuncName(buildinfo) is not called for some reason. I am even not getting any error message also.
Any mistake in the command? Pls help me.
regards, Joseph

Respuestas (1)

Kaustubha Govind
Kaustubha Govind el 13 de Mzo. de 2013
Did you run the build again after running the set_param? The function is called by the build process and is not invoked immediately after the set_param.
(Also, not sure if you have a typo, but 'PostCodeGenCommand' must be within single quotes in your command)

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