Info

此问题已关闭。 请重新打开它进行编辑或回答。

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 次查看(过去 30 天)

回答(1 个)

Walter Roberson
Walter Roberson 2019-7-18
编辑:Walter Roberson 2019-7-19
yticks(fliplr([10^0 , 10^-2 , 10^-4 , 10^-6 , 10^-8]))
  5 个评论
Walter Roberson
Walter Roberson 2019-7-19
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;

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by