Start a Simulink simulation from operating point?

4 ビュー (過去 30 日間)
Daniel Silva
Daniel Silva 2017 年 4 月 2 日
回答済み: Arkadiy Turevskiy 2019 年 6 月 18 日
Hello everybody!
I'd like to know how can I start a simulation from operating point. For instance, I want to check the behavior of a system just from its steady state because its transient doesn't matter for my analysis. Then, how to start from steady state without need to simulate the inicialization everytime? (I want to do this by code).
At this code, I'm saving the operating point that I want but don't know how to start the simulation from this point:
sys = 'power_hvdc12pulse';
open_system(sys)
op = findop(sys,[0.6]);

回答 (1 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2019 年 6 月 18 日
Please take a look at this page which provides an answer.

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by