3次元グラフの Y 軸の向きの変更については、次のコマンドで設定できます。 例えば、現状のグラフ表示で低周波数が手前に表示されている場合は、
% 高周波数を手前に表示
>> set(gca,'Ydir','reverse')
また、元に戻す場合は、
>> set(gca,'Ydir','normal')
で設定します。
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!