how to write text on y axis both side as shown in fig?
1 次查看(过去 30 天)
显示 更早的评论
in single figure both side on y axis how to write?
0 个评论
采纳的回答
Selva Karna
2017-8-22
if you are plot some data's;
x=1:pi:20; y=sin(x); plot(y,'-*g'); xlabel('time in s'); ylabel('frequency in Hz'); title('your titile'); grid on;
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!