How to build bode plot in power_PSS example case?

回答 (1 件)

Sebastian Castro
Sebastian Castro 2015 年 8 月 21 日

0 投票

Looks like that Bode plot was saved as a MATLAB figure file.
You can right-click the green block that says "Show Bode plot of PSS", go to Properties, Callbacks tab, and look at the OpenFcn callback. The only command there is:
openfig('psbPSSbode.fig');
... so, it doesn't show how that was generated, if that's what you were interested in. There are ways to generate Bode plots from Simulink models, though.
- Sebastian

カテゴリ

ヘルプ センター および File ExchangeGet Started with Control System Toolbox についてさらに検索

質問済み:

2015 年 8 月 21 日

コメント済み:

2015 年 8 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by