필터 지우기
필터 지우기

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