필터 지우기
필터 지우기

What is 'fz' in fontsize?

조회 수: 4 (최근 30일)
Ziyu Chen
Ziyu Chen 2018년 1월 19일
댓글: Ziyu Chen 2018년 1월 19일
I came across the code: set(gca, 'fontsize', fz). My knowledge is that we can give numerical values to 'fontsize'. So what does 'fz' indicate here?

채택된 답변

Image Analyst
Image Analyst 2018년 1월 19일
fz is a variable that they had previously set. Search all your code (control-shift F) for fz and you'll find a line like
fz = 15;
  댓글 수: 1
Ziyu Chen
Ziyu Chen 2018년 1월 19일
Yes, it's the first line in the file... Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Object Identification에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by