Tick label problems in Matlab 2015a
Afficher commentaires plus anciens
I tried the following command in Matlab 2013a and Matlab 2014a to remove the tick labels:
plot(1:10, 1);
set(gca,'YTickLabel',[]);
This works perfectly. In Matlab 2015a, I get the following error:
Error using set
Conversion to double from struct is not possible.
Is this a bug or am I doing something wrong?
1 commentaire
Sean de Wolski
le 20 Août 2015
Works fine for me in 15a.
What is gca
?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Axis Labels dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!