Azzera filtri
Azzera filtri

How to control Title/Xlabel/Ylabel?

88 visualizzazioni (ultimi 30 giorni)
Mohammed
Mohammed il 25 Ott 2016
Commentato: Mohammed il 25 Ott 2016
I tried to use gca/gcf function to control (turn on/off title and change labels) but I wasn't able to navigate through it correctly. Any elaboration would be greatly appreciated! Here is the code;
x=normrnd(0,1,[1 50]);
lgd= qqplot(x)
Here is the illustration;

Risposta accettata

KSSV
KSSV il 25 Ott 2016
x=normrnd(0,1,[1 50]);
lgd= qqplot(x)
title('')
xlabel('')
ylabel('')
  1 Commento
Mohammed
Mohammed il 25 Ott 2016
I thought it is much more complicated than that. Thanks!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Modeling in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by