Effacer les filtres
Effacer les filtres

What is 'fz' in fontsize?

4 vues (au cours des 30 derniers jours)
Ziyu Chen
Ziyu Chen le 19 Jan 2018
Commenté : Ziyu Chen le 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?

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Object Identification dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by