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

 Réponse acceptée

Selva Karna
Selva Karna le 22 Août 2017

0 votes

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;

1 commentaire

i am saying that both side on y axis, means left and right as written in attached graph

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by