概述
Matlab基本函数-compass函数
1、compass函数:罗盘图
2、用法说明:
(1)compass(x,y)函数绘制一个由原点出发由(x,y)组成的向量箭头图形;
(2)compass(z)等价于compass(real(z),imag(z));
(3)compass(...,LineSpec)函数用参量LineSpec指定箭头的线型、标记符号、颜色等属性;
(4)h = compass(...)函数返回line对象的句柄给h。
3、实例
3.1、compass(x,y)
(1)源码
>> x=1:100
x =
Columns 1 through 17
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Columns 18 through 34
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
Columns 35 through 51
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
Columns 52 through 68
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
Columns 69 through 85
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
Columns 86 through 100
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
>&g
最后
以上就是强健斑马为你收集整理的matlab compass函数,Matlab根本函数-compass函数的全部内容,希望文章能够帮你解决matlab compass函数,Matlab根本函数-compass函数所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复