Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Something simple with formatting axes

3 ビュー (過去 30 日間)
Truman Cassady
Truman Cassady 2017 年 11 月 17 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
If I was needing to plot a two dimensional graph. The horizontal axis is a positively oriented from 0 to infinity, but the vertical axis is oriented from 0 to negative infinity. The axes converge at zero. What I can't figure out is how to reverse just the vertical axis to have increasing negative values as the x axis increases.

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 11 月 17 日
編集済み: Walter Roberson 2017 年 11 月 17 日
set(gca, 'Ydir', 'reverse')
The vertical axes is the Y axes, and I followed your horizontal/vertical question, not your request to have increasing negative values as the x axis increases.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by