bodeoptions の構造体を 以下の様に p とすると、 YLim を 1x2 のセル配列として定義すると振幅側と位相側の Y軸範囲を別々に設定することができます。
>> p = bodeoptions;
>> p.YLim = {[-30 10],[-180 180]};
>> h = bodeplot(tf(1,[1,1]),p);
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!