Remove tick marks for axes
Ältere Kommentare anzeigen
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')

Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Labels and Styling finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!