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

1 visualización (últimos 30 días)
ajeet verma
ajeet verma el 22 de Ag. de 2017
Comentada: ajeet verma el 22 de Ag. de 2017
in single figure both side on y axis how to write?

Respuesta aceptada

Selva Karna
Selva Karna el 22 de Ag. de 2017
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 comentario
ajeet verma
ajeet verma el 22 de Ag. de 2017
i am saying that both side on y axis, means left and right as written in attached graph

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by