Way to edit variables of the Brayton cycle sample model
조회 수: 5 (최근 30일)
이전 댓글 표시
Hello
When I load Brayton Cycle (Gas Turbine) with Custom Components - MATLAB & Simulink (mathworks.com), then these variables (pic. below_ are loaded automatically even though these are not visible through model explorer in Simulink. Is there anyone who knows how to approach and edit these variables?
댓글 수: 0
채택된 답변
Vignesh Murugavel
2022년 11월 7일
When you load the Brayton Cycle Model , A Model Callback is already defined to load variables,these variables values are defined in the PreLoadFcn Callback which can be viewed going on to the Modeling tab, then click Model Settings > Model Properties > PreLoadFcn.
Each time that you open the model, the PreLoadFcn callback loads the variables into the MATLAB workspace.
If you wish to do so you can also edit the variables , remove the variables or even add new variables in this PreLoadFcn callback which has been defined.
You can also load the variables defined seperately in a different MATLAB script into this Model by just entering the name of the M-script in the Callback Function.
To know more about the various types of Model Callbacks and how to make use of them refer to this link.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!