How to put a dot over a character in matlab plot?
How to put a dot over a character in matlab plot?
(OP)
Is it possible to put a dot over a character in Matlab plot using any interpreter(Tex/LaTeX) that matlab provides?
I know subscipt/superscript notation but just faced this problem of dot.
nodal...
I know subscipt/superscript notation but just faced this problem of dot.
nodal...





RE: How to put a dot over a character in matlab plot?
xnuke
"Do you think you used enough dynamite there, Butch?"
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips.
RE: How to put a dot over a character in matlab plot?
nodalDOF
RE: How to put a dot over a character in matlab plot?
nodal
RE: How to put a dot over a character in matlab plot?
Michel
RE: How to put a dot over a character in matlab plot?
RE: How to put a dot over a character in matlab plot?
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', 'latex')
I am using it to title axes.
Thanks
Michel