Sharing Simulink ConfigSet between models with different sample times
조회 수: 1 (최근 30일)
이전 댓글 표시
I am trying to share ConfigSet between several models using ConfigSetReference to manage their settings globally. The only difference in configuration of the models is sample time. For constant sample times I have managed to solve this problem by setting the "FixedStep" property to function "foo(gcs)" which returns different sample time for every model. The problem is that I need to set sample time property to 'auto' for some of the models. (They are called from inside of function call-subsystem). Is there any way to achieve this?
댓글 수: 0
답변 (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!