How to change load(resistance) while simulation is running
조회 수: 24 (최근 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!