matlab画的三维图的怎么使x轴的label标注平行于x轴
谢谢--------------------
请注意你的标题,不要出现不合适的词
[ 本帖最后由 eight 于 2008-2-22 10:35 编辑 ] 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 编辑 ]
十分感谢eight院长
:handshake[ 本帖最后由 无水1324 于 2008-2-22 17:08 编辑 ] 顶好帖,不仅给出答案还教了怎么用MATLAB的Help 好贴,我一直想知道HELP怎么使用,总感觉找不到我需要的东西 很感谢eight,通过看你的帖子学了很多东西! 好贴,我一直想知道HELP怎么使用,总感觉找不到我需要的东西 好贴必须顶一个 致以新手最真诚的感谢 谢谢耐心解答,看了很有收获!谢谢:handshake 回复 2 # eight 的帖子
不错,好帖 真正的会学习的人。很佩服你。 我一直想知道HELP怎么使用,总感觉找不到我需要的东西 谢谢、、、、、、
页:
[1]