フィルターのクリア

how to determine the difference in the price scale

1 回表示 (過去 30 日間)
piero
piero 2023 年 8 月 17 日
コメント済み: Voss 2023 年 8 月 17 日
scale sx is:
0
5000
10000
15000
how can i detect this difference? (5.000)
i use this code to create this graph:
plot(Ax_Eq,XDates,sis_,'DisplayName','OneContract','Color','blue');
ytickformat(Ax_Eq,'usd');
axis(Ax_Eq, 'tight');
disableDefaultInteractivity(Ax_Eq)
grid(Ax_Eq,"on");

採用された回答

Voss
Voss 2023 年 8 月 17 日
dt = Ax_Eq.YTick(2) - Ax_Eq.YTick(1);
  4 件のコメント
piero
piero 2023 年 8 月 17 日
very good..thank
Voss
Voss 2023 年 8 月 17 日
You're welcome!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeVariables についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by