필터 지우기
필터 지우기

Simulink Coder- Post Processing

조회 수: 3 (최근 30일)
Joseph Stalin
Joseph Stalin 2013년 3월 13일
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

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2013년 3월 13일
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)

카테고리

Help CenterFile Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by