Remove tick marks for axes
Mostra commenti meno recenti
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')

Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Labels and Styling in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!