Is possible to generate code with variable description instead its value?
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi,
I have created model which call C code using MATLAB Function. I want to generate code within Embedded Coder.

Is possible generate code which will use name of variable ( my_var) instead of value (in my model block Constant)?
I mean:
doubleIt(my_var);
Thanks for any advice!
Vit
답변 (0개)
참고 항목
카테고리
Help Center 및 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!