Borrar filtros
Borrar filtros

how to determine the difference in the price scale

1 visualización (últimos 30 días)
piero
piero el 17 de Ag. de 2023
Comentada: Voss el 17 de Ag. de 2023
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");

Respuesta aceptada

Voss
Voss el 17 de Ag. de 2023
dt = Ax_Eq.YTick(2) - Ax_Eq.YTick(1);
  4 comentarios
piero
piero el 17 de Ag. de 2023
very good..thank
Voss
Voss el 17 de Ag. de 2023
You're welcome!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Variables en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by