What is 'fz' in fontsize?

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

更多回答(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