×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

How do you rotate latex interpreted text

How do you rotate latex interpreted text

How do you rotate latex interpreted text

(OP)
I managed to get Latex intrpreter working by upgrading to version 7, but I can only get it to write horizontally. I want to write vertically for labelling the y-axis.

Thanks
Michel Garcia

RE: How do you rotate latex interpreted text

How are you specifying the title for y-axis? is it using ylabel?  I its ylabel MATLAB should put it vertically. I think you can even force the angle using Rotation property.

Something like this

ylable(....,'Interpretor','latex','Rotation',90);


RE: How do you rotate latex interpreted text

(OP)
I used ylable(....,'Interpreter','latex','Rotation',90); and it made no difference what angle I input, the output y axis text was and is still horizontal.

RE: How do you rotate latex interpreted text

Did you try placing some text in the plot

text(Xloc,Yloc,'TestString','Rotation',90);
AND
text(Xloc,Yloc,'TestString','Interpretor','latex','Rotation',90);


You can test whether the problem is with interpretor using above two.

goodluck
nodal

RE: How do you rotate latex interpreted text

(OP)
I just tried it now. Tex allows me to rotate using text(), but latex doesn't.

RE: How do you rotate latex interpreted text

Then you can blame it on Latex interpretor..Huh!

RE: How do you rotate latex interpreted text

(OP)
I guess so. Now I have to find a way to place dots over my symbols some other way.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources