how to write text on y axis both side as shown in fig?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
ajeet verma
am 22 Aug. 2017
Kommentiert: ajeet verma
am 22 Aug. 2017
in single figure both side on y axis how to write?
0 Kommentare
Akzeptierte Antwort
Selva Karna
am 22 Aug. 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;
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!