How to set ytick in yyaxis?
Show older comments
Below is my code. How do I set the ytick on yyaxis left?
yyaxis left
plot(T, PH, 'bo', 'markersize', 3);
% ytick([7.7:0.2:8.7]);
ylim([7.7 8.7]);
Accepted Answer
More Answers (0)
Categories
Find more on Axis Labels in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!