j****e 发帖数: 508 | 1 请教怎样在x 或 y 轴上标上,如 root square (2). 谢谢! |
r****d 发帖数: 375 | 2 x^2
【在 j****e 的大作中提到】 : 请教怎样在x 或 y 轴上标上,如 root square (2). 谢谢!
|
w**k 发帖数: 58 | 3 use xlabel ( 'root square (2)')
【在 j****e 的大作中提到】 : 请教怎样在x 或 y 轴上标上,如 root square (2). 谢谢!
|
j****e 发帖数: 508 | 4 root square, not square. But thanks!
【在 r****d 的大作中提到】 : x^2
|
j****e 发帖数: 508 | 5 Thanks! But I want the mathematical denote of 'root square (2)', not the text
denote.
【在 w**k 的大作中提到】 : use xlabel ( 'root square (2)')
|
r****y 发帖数: 1437 | 6
\surd, but it would not a very good-looking sqaure root.
【在 j****e 的大作中提到】 : Thanks! But I want the mathematical denote of 'root square (2)', not the text : denote.
|
j****e 发帖数: 508 | 7 Thanks! Tried that, but it didn't even look like a root square. Seems not an
easy problem.
text
【在 r****y 的大作中提到】 : : \surd, but it would not a very good-looking sqaure root. :
|
r****y 发帖数: 1437 | 8
Essential Matlab is not good at generating very good-looking texts for
figures. It uses some latex notations, but not all of them.
My approach usually is to generate figures alone in Matlab, then output
as ps or eps. Then I can put complicated text in by editing those eps files in
Adobe Illustrator or Word.
【在 j****e 的大作中提到】 : Thanks! Tried that, but it didn't even look like a root square. Seems not an : easy problem. : : text
|
j****e 发帖数: 508 | 9 Thanks, man! Looks like this is the right way to do.
for
output
in
an
【在 r****y 的大作中提到】 : : Essential Matlab is not good at generating very good-looking texts for : figures. It uses some latex notations, but not all of them. : My approach usually is to generate figures alone in Matlab, then output : as ps or eps. Then I can put complicated text in by editing those eps files in : Adobe Illustrator or Word.
|