X and Y Axis font size

Hi,
I'm trying to change the font size on the x and y axis. I can change the description part:
xlabel('Frequency (GHz)','FontSize',24)
ylabel('Received power (dB)','FontSize',24)
title('Calibration retest 5.0 - 5.5GHz','FontSize',24)
But I can't work out how to change the plot values (ie 2.0 3.0 etc). I can manually change it once the plot has been made but when I have to print out 20 plots it could take a while.
Thanks
James

 채택된 답변

dpb
dpb 2013년 6월 23일

0 개 추천

set(gca,'fontsize',8) % say...default here is 10
NB:
get(gca)
will return current settings/values for all properties of the axis object--very useful when you don't recall the name of the one you're after.

추가 답변 (1개)

James Mathew
James Mathew 2013년 6월 23일

0 개 추천

Excellent, many thanks.
James

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품

태그

질문:

2013년 6월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by