Matlab Code Generation, output file name option
이전 댓글 표시
I want to know is there any setting in code generation, which may generate the function name appended with some user string instead of the default ones.
e.g., as per my current model name is Integrated, and there are few integrated blocks (common_processing, core_processing etc.). When I generate code now, the files are generated based on the subsystem name.
Integrated_Env.cpp, Integrated_Env.h, Common_porcessing.cpp, Common_Processing.h etc.
If we want to append the name as Integrated_Env_V1.0.cpp, Integrated_Env_V1.0.h in the generated code itself.
But since th env is a Reference model, and multiple hirerachy I cannot set Treat as atomic subsytem as true.
답변 (0개)
카테고리
도움말 센터 및 File 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!