How to change load(resistance) while simulation is running
26 ビュー (過去 30 日間)
古いコメントを表示
Greetings,
I intend to change the load such as change output R value from x to 2x. However, I should do this while simulation is running in full swing. The question is, how can I change resistance value at the load from x to 2x while simulation is running?
Thank you in advance.
Alper
0 件のコメント
採用された回答
Aquatris
2018 年 12 月 26 日
The easiest way is to use the switch block. You can either use simulation time to determine when to switch or define some conditions (i.e., current goes above 0.3 A).
4 件のコメント
その他の回答 (1 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!