how to write text on y axis both side as shown in fig?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ajeet verma
le 22 Août 2017
Commenté : ajeet verma
le 22 Août 2017
in single figure both side on y axis how to write?
0 commentaires
Réponse acceptée
Selva Karna
le 22 Août 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;
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!