フィルターのクリア

Plot the graph of gain margin with changing variable

2 ビュー (過去 30 日間)
Bumjun Kim
Bumjun Kim 2016 年 5 月 31 日
回答済み: Pavel Dey 2016 年 6 月 10 日
I have a question about plotting the graph of gain margin.
Numerator of transfer function is consisted as follows
num=[2*(1-DST)*L*Iout 2*(1-DST)*(R*DST*Iout-Vin_peak-R*IL)];
I want to get the graph of gain margin according to the change of DST.
For example, the value of DST is now 0.1.
however, I set to DST = [0.1 : 0.01 : 0.5] and want to plot the graph of gain margin of transfer function.
How can I do it?
I need your help.
Thank you.

回答 (1 件)

Pavel Dey
Pavel Dey 2016 年 6 月 10 日
I think this documentation link might be helpful. This explains how to work with an array of models with a single varying parameter.

カテゴリ

Help Center および File ExchangeSpecifying Target for Graphics Output についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by