Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I want to show all the ticks using figure properties on y-axis which are {10^0 , 10^-2 , 10^-4 , 10^-6 , 10^-8}

2 visualizaciones (últimos 30 días)

Respuestas (1)

Walter Roberson
Walter Roberson el 18 de Jul. de 2019
Editada: Walter Roberson el 19 de Jul. de 2019
yticks(fliplr([10^0 , 10^-2 , 10^-4 , 10^-6 , 10^-8]))
  5 comentarios
Walter Roberson
Walter Roberson el 19 de Jul. de 2019
Which release are you using? That does not seem to be happening for me, at least not when I do
ax = gca;
ax.YAxis.FontSize = 20;

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by