Hi
I have the following code
j=ylabel('q_y')
pos = get(j,'pos'); % Read position [x y z]
set(j,'pos',pos+[.35 3.4 0]) % Move label to right
which moves my y-axis label upwards. Now, per default it is rotated - how can I rotate it back?
Best,
Jim.
|
|
0
|
|
|
|
Reply
|
Jim
|
5/21/2010 1:17:04 PM |
|