matlab画图函数plot使用方法

matlab画图函数plot使用方法

ID:37009919

大小:56.51 KB

页数:9页

时间:2019-05-12

matlab画图函数plot使用方法_第1页
matlab画图函数plot使用方法_第2页
matlab画图函数plot使用方法_第3页
matlab画图函数plot使用方法_第4页
matlab画图函数plot使用方法_第5页
资源描述:

《matlab画图函数plot使用方法》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、matlab画图函数plot使用方法plot函数可以接一些参数,来改变所画图像的属性(颜色,图像元素等)。下面是一些属性的说明b    blue(蓝色)      .    point(点)      -    solid(实线)g    green(绿色)     o    circle(圆圈)   :    dotted(点线)r    red(红色)       x    x-mark(叉号)   -.   dashdot(点画线)c    cyan(墨绿色)    +    plus(加号)    

2、  --   dashed(虚线)m    magenta(紫红色)*    star(星号)     (none)noliney    yellow(黄色)    s    square(正方形)k    black(黑色)     d    diamond(菱形)v    triangle(down)^    triangle(up)<    triangle(left)>    triangle(right)p    pentagramh    hexagram   Examplex=-pi:pi/1

3、0:pi;y=tan(sin(x))-sin(tan(x));plot(x,y,'--rs','LineWidth',2,...'MarkerEdgeColor','k',...'MarkerFaceColor','g',...'MarkerSize',10)   xlabel('x');          ylabel('y');·用Matlab画图时,有时候需要对各种图标进行标注,例如,用“+”代表A的运动情况,“*”代表B的运动情况。legend函数的基本用法是LEGEND(string1,strin

4、g2,string3,...)分别将字符串1、字符串2、字符串3……标注到图中,每个字符串对应的图标为画图时的图标。例如:plot(x,sin(x),'.b',x,cos(x),'+r')legend('sin','cos')这样可以把"."标识为'sin',把"+"标识为"cos"还可以用LEGEND(...,'Location',LOC)来指定图例标识框的位置这些是Matlabhelp文件。后面一段是对应的翻译和说明       'North'             insideplotboxnear

5、top'South'             insidebottom'East'              insideright'West'              insideleft'NorthEast'         insidetopright(default)'NorthWest          insidetopleft'SouthEast'         insidebottomright'SouthWest'         insidebottomleft'NorthOutsi

6、de'      outsideplotboxneartop'SouthOutside'      outsidebottom'EastOutside'       outsideright'WestOutside'       outsideleft'NorthEastOutside'  outsidetopright'NorthWestOutside'  outsidetopleft'SouthEastOutside'  outsidebottomright'SouthWestOutside'  out

7、sidebottomleft'Best'              leastconflictwithdatainplot'BestOutside'       leastunusedspaceoutsideplot       'North'            图例标识放在图顶端       'South'           图例标识放在图底端       'East'              图例标识放在图右方       'West'             图例标识放在图左方       '

8、NorthEast'      图例标识放在图右上方(默认)       'NorthWest     图例标识放在图左上方       'SouthEast'     图例标识放在图右下角       'SouthWest'    图例标识放在图左下角(以上几个都是将图例标识放在框图内)       'NorthOutside'         图例标识放在图框外侧上方       'SouthOutside'

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。