필터 지우기
필터 지우기

Use a simscape model as a plant model for use with the matlab feedback function

조회 수: 5 (최근 30일)
Hey all, Im using a simscape model as a plant for a feedback control problem, and the crux of my issue is i want to adjust the controller then run the simulation in a loop. Not adjusting the simscape plant just the controller, but recompiling the simulink model is way too slow even using rapid accelerator mode. And fast restart doesnt allow the controller model to be changed. I was wondering if there was a way to have the simulink simscape model be composed of just the plant, and apply it to the feedback loop in the matlab code. Or some way to allow me to run the simulink model and be able to change the controller while still using the fast restart and not recompiling the model. Thanks

채택된 답변

Yash
Yash 2023년 9월 2일
Hi Leo,
You can apply the Fast Restart Mode to the plant model only, by using the command:
>> set_param('plant', 'FastRestart', 'on');
In this way, if you are using the model references properly, you will be able to adjust the controller, and the plant model will be set to the Fast Restart Mode.
In case you want to update the plant model, set the Fast Restart Mode to off again.
Also, set the plant model reference to Accelerator Mode / Rapid Accelerator Mode so that it becomes even more faster.
  댓글 수: 1
Leo Rogers
Leo Rogers 2023년 9월 6일
Hey thanks a bunch for that, I'll give it a try at some point to fully confirm, I put that on the backburner. But seems like that puts me on the right track. Big thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classical Control Design에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by