How to control Title/Xlabel/Ylabel?
35 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Report Generator finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!