0202010109 发表于 2008-2-22 01:43

matlab画的三维图的怎么使x轴的label标注平行于x轴

谢谢


--------------------
请注意你的标题,不要出现不合适的词

[ 本帖最后由 eight 于 2008-2-22 10:35 编辑 ]

eight 发表于 2008-2-22 13:14

xlabel('time','rotation',30)

建议多使用 help,自己解决问题,而不是一味发问。说实话,你的问题一时半刻我回答不到,我也是 help 出来的:

1. doc xlabel 就会见到:xlabel(...,'PropertyName',PropertyValue,...)
specifies property name and property value pairs for the text graphics object created by xlabel.2. 点击上面的 text 标识的链接,这等同于 doc text

3. 之后就在页面中找到:text(x,y,z,'string','PropertyName',PropertyValue....)
adds the string in quotes to the location defined by the coordinates and uses the values for the specified text properties. See the text property list section at the end of this page for a list of text properties.4. 按照3的指示点击页面底部 Text Properties for property descriptions 中的链接

5. 最后找到这个属性:
Rotation
   scalar (default = 0)
Text orientation. This property determines the orientation of the text string. Specify values of rotation in degrees (positive angles cause counterclockwise rotation).

[ 本帖最后由 eight 于 2008-2-22 17:00 编辑 ]

0202010109 发表于 2008-2-22 16:40

十分感谢eight院长

:handshake

[ 本帖最后由 无水1324 于 2008-2-22 17:08 编辑 ]

3QMM 发表于 2008-3-24 22:18

顶好帖,不仅给出答案还教了怎么用MATLAB的Help

vancross 发表于 2009-2-14 21:12

好贴,我一直想知道HELP怎么使用,总感觉找不到我需要的东西

yuxma 发表于 2009-5-26 15:41

很感谢eight,通过看你的帖子学了很多东西!

sherlock 发表于 2010-2-21 00:17

好贴,我一直想知道HELP怎么使用,总感觉找不到我需要的东西

elitecn 发表于 2010-2-28 19:20

好贴必须顶一个

cumttf 发表于 2010-4-15 09:59

致以新手最真诚的感谢

迷途的羊 发表于 2010-7-30 22:13

谢谢耐心解答,看了很有收获!谢谢:handshake

wenquan 发表于 2011-4-29 11:05

回复 2 # eight 的帖子

不错,好帖

gx19890905 发表于 2012-6-28 22:09

真正的会学习的人。很佩服你。

20045208 发表于 2012-8-8 16:32

我一直想知道HELP怎么使用,总感觉找不到我需要的东西

JCQSR 发表于 2013-5-23 16:03

谢谢、、、、、、
页: [1]
查看完整版本: matlab画的三维图的怎么使x轴的label标注平行于x轴