How can I increase the precision of the y axis?
6 views (last 30 days)
Show older comments
Hi,
I've got the following plots and I want to increase the precision on the Y-axis. I want to see more values on the axis. Thanks!
Vi=A.*sin(2.*pi.*f.*t);
axes(handles.axes1);
plot(t,Vi,'color','red','LineWidth',2);
grid on;
title('Input signal [Vi]','Fontsize',15);
xlabel('time [ms]');
ylabel('Amplitude [V]');

0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!