Can't remove xlabel from top graph
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Picture here:

I cant seem to delete the top graphs xlabel that says X,
what I tried is:
set(handles.axes1, 'XTickLabel', [])
set(gca, 'XTickLabel', [])
xlabel('')
none of these work.
Does anyone know why?
0 Kommentare
Antworten (1)
Titus Edelhofer
am 2 Apr. 2015
Hi,
I guess mixing some of the techniques should work. Try
xlabel(handles.axes1, '');
Titus
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots 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!