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.
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
The interpreter is set to LaTex in the figure GUI,
edit>axes properties> edit properties for: axes> title>edit..>latex interpreter is checked.
Here is a clue in command mode
this works:
ylabel( title_string, 'interpreter', 'tex');
this doesn't work:
ylabel( title_string, 'interpreter'...
I am having a similar problem with the dot issue. My latex interpreter is on accoding to the figure GUI, but I can't get the dot. I can get subscripts and Greek letters though. What was wrong with your installation? Maybe I have the same problem.
Michel
How do I keep tick marks on the labelled axis while suppressing them on the opposite (parallel) axis using commands preferably. I'd like to be able to do this for both the x and y axis.
Thanks
Michel Garcia