Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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 visualizzazioni (ultimi 30 giorni)

Risposte (1)

Walter Roberson
Walter Roberson il 18 Lug 2019
Modificato: Walter Roberson il 19 Lug 2019
yticks(fliplr([10^0 , 10^-2 , 10^-4 , 10^-6 , 10^-8]))
  5 Commenti
Walter Roberson
Walter Roberson il 19 Lug 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;

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by