How can I add y labels on both axis of matlab plot
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a plot which is already plotted by some one else. It has ylabel on the right side and I want to show the same labels on the left side also . Secondly, this plot contains deep black shaded part can I change it to hatched graph? can anyone help me with this two?
Thank you
0 Kommentare
Antworten (1)
Image Analyst
am 28 Feb. 2013
You can use findobj() to try to find the handle of the control that is the label someone stuck on the right side of the plot. Then use get() to extract its 'String' property and then use ylabel() to put that string on the (normal) left side of the plot.
2 Kommentare
Image Analyst
am 1 Mär. 2013
It's got to be there. Maybe try setting visibility of them "off" one by one until you identify the one you want.
Siehe auch
Kategorien
Mehr zu Graphics Object Properties 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!