how can i fix the ylim and xlim of axes when i plot data of workspace in gui

1 回表示 (過去 30 日間)
lamine moahmed
lamine moahmed 2020 年 8 月 8 日
how can i fix the ylim and xlim of axes when i plot data of workspace in gui
  2 件のコメント
dpb
dpb 2020 年 8 月 9 日
Use the xlim function, maybe???
Sulaymon Eshkabilov
Sulaymon Eshkabilov 2020 年 8 月 9 日
You can also use: AX=gca; AX.Xlim; AX.Ylim;

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

回答 (0 件)

カテゴリ

Help Center および File ExchangePrinting and Saving についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by