how to write text on y axis both side as shown in fig?

2 次查看(过去 30 天)
in single figure both side on y axis how to write?

采纳的回答

Selva Karna
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 CenterFile Exchange 中查找有关 Annotations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by