Embedded coder parameter handling
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello, in Embedded coder when I geneate the Code it will only generate the variables which is used in my model. But I want all the variables which is present in the base workspace. I am using the Mpt.Parameter as objects. Is there any way for this? Thanks
댓글 수: 0
채택된 답변
Benjamin Thompson
2022년 2월 8일
You must use a variable in your model somewhere in order for embedded coder to generate references to it in your code. Otherwise how will it know where to put the references?
댓글 수: 1
Benjamin Thompson
2022년 2월 10일
편집: Benjamin Thompson
2022년 2월 10일
If your question has been answered please mark it as accepted.
추가 답변 (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!