How to control Title/Xlabel/Ylabel?
35 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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;
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157396/image.jpeg)
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Report Generator 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!