tunable parameters in simscape

2 ビュー (過去 30 日間)
Alicia Roder
Alicia Roder 2017 年 3 月 10 日
コメント済み: Giovanni 2018 年 8 月 9 日
Is there any possiblity to implement a tunable parameter within the simscape environment? I would need a tunable parameter such as seen in the simulink environments for a hydraulic pressure source. Thank you!

回答 (1 件)

Michelle Wu
Michelle Wu 2017 年 3 月 13 日
From your descriptions, it looks like Simscape run-time parameters might be something you are looking for. Simscape run-time parameters are coded as variables with values that you can change before or between simulations without recompiling the model. Please refer to the following link to learn more about what they are and how to use them:
Please note that the above doc page is for the latest release R2017a. Depending on the release you currently use, the level of availability of such feature may also vary.
  5 件のコメント
Alicia Roder
Alicia Roder 2017 年 3 月 30 日
Solved the problem by adding a memory block within the loop and replacing the constant pressure source with a fixed displacement pump. The fixed displacement pump can react on PS converted signals given out by stateflow. The Memory block adds an delay which makes it possible to solve the loop equations.
Giovanni
Giovanni 2018 年 8 月 9 日
do not use memory block into loops! use dynamic blocks instead modeling, for example, the dynamics of a measure

サインインしてコメントする。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by