Can't remove xlabel from top graph
Afficher commentaires plus anciens
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?
Réponses (1)
Titus Edelhofer
le 2 Avr 2015
Hi,
I guess mixing some of the techniques should work. Try
xlabel(handles.axes1, '');
Titus
1 commentaire
Thomas Koelen
le 2 Avr 2015
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!