フィルターのクリア

Reset UIAxes to show only the X and Y axis

1 回表示 (過去 30 日間)
Oliver Ferenczi
Oliver Ferenczi 2019 年 11 月 15 日
コメント済み: Oliver Ferenczi 2019 年 11 月 15 日
My program uses a single UIAxes graph to show different lines when each button is pressed. However one of them uses a Z axis. This means that when I want to return to the graph with just a X and Y Axis, the Z axis is still there.
I have tried lines like, cla(app.UIAxes). However this does not reset the axis to 2 but only removes the previous line.
Thank you :)

採用された回答

Cris LaPierre
Cris LaPierre 2019 年 11 月 15 日
You could try the reset function.
reset(app.UIAxes)
  1 件のコメント
Oliver Ferenczi
Oliver Ferenczi 2019 年 11 月 15 日
Perfect, Thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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