Remove tick marks for axes
Afficher commentaires plus anciens
Hello everyone,
I would like to remove just the tick marks on the top axis and the right axis. How do I do this? I have attached my plot code to this question.
Thanks
figure (2)
plot(RunNo,CAL,'o','Linewidth',2)
hold on
plot (VarName1,VarName2,'d','Linewidth',2)
xlabel ('Time (s)')
ylabel ('\theta (\circ)')
legend('Automated Measurements','Manual Measurements')

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Labels and Styling 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!