条据书信 subplot函数绘制十个区域

subplot函数绘制十个区域subplot功能分割figure,创建子坐标系语法h=subplot(m,n,p)orsubplot(mnp)subplot(m,n,p,replace)subplot

subplot 函数绘制十个区域 subplot 函数绘制十个区域 subplot 功能 figure 分割,创建子坐标系 语法 h=subplot(m,n,p)orsubplot(mnp) subplot(m,n,p,replace) subplot(m,n,P) subplot(h) subplot(Position,[leftbottomwidthheight]) subplot(...,prop1,value1,prop2,value2,...) h=subplot(...) 描述 h=subplot(m,n,p)/subplot(mnp)figuremnp ★将划分为×块,在第 m,n,p10 块创建坐标系,并返回它的句柄。当时,可以简化为 subplot(mnp)subplotmnp 或者 subplotm,n,psubplotmnp (注:()或者()此函数最常用: subplotm 是将多个图画到一个平面上的工具。其中,表示是图排成 mnnfiguren 行,表示图排成列,也就是整个中有个图是排成一行 m22p 的,一共行,如果第一个数字是就是表示行图。是指你现 figure1 在要把曲线画到中哪个图上,最后一个如果是表示是从左到 右第一个位置。)

腾讯文库条据书信