Clear Filters
Clear Filters

What is 'fz' in fontsize?

4 views (last 30 days)
Ziyu Chen
Ziyu Chen on 19 Jan 2018
Commented: Ziyu Chen on 19 Jan 2018
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?

Accepted Answer

Image Analyst
Image Analyst on 19 Jan 2018
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 Comment
Ziyu Chen
Ziyu Chen on 19 Jan 2018
Yes, it's the first line in the file... Thanks!

Sign in to comment.

More Answers (0)

Categories

Find more on Graphics Object Identification in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!