作业帮 > 英语 > 作业

英语翻译SUBPLOT Create axes in tiled positions.H = SUBPLOT(m,n,p

来源:学生作业帮 编辑:作业帮 分类:英语作业 时间:2024/08/26 12:30:40
英语翻译
SUBPLOT Create axes in tiled positions.
H = SUBPLOT(m,n,p),or SUBPLOT(mnp),breaks the Figure window
into an m-by-n matrix of small axes,selects the p-th axes for
for the current plot,and returns the axis handle.The axes
are counted along the top row of the Figure window,then the
second row,etc.For example,
SUBPLOT(2,1,1),PLOT(income)
SUBPLOT(2,1,2),PLOT(outgo)
plots income on the top half of the window and outgo on the
bottom half.If the CurrentAxes is nested in a uipanel the
panel is used as the parent for the subplot instead of the
current figure.
SUBPLOT(m,n,p),if the axis already exists,makes it current.
SUBPLOT(m,n,p,'replace'),if the axis already exists,deletes it and
creates a new axis.
SUBPLOT(m,n,p,'align') places the axes so that the plot boxes
are aligned instead of preventing the labels and ticks from
overlapping.
SUBPLOT(m,n,P),where P is a vector,specifies an axes position
that covers all the subplot positions listed in P.
SUBPLOT(H),where H is an axis handle,is another way of making
an axis current for subsequent plotting commands.
SUBPLOT('position',[left bottom width height]) creates an
axis at the specified position in normalized coordinates (in
in the range from 0.0 to 1.0).
subplot创建石斧,在平铺的立场.
为H = subplot (男,氮,磷) ,或subplot (流动电话号码可携) ,打破了数字窗口
到1米,按n矩阵小斧头,选择的P -次轴线为
对于当前的阴谋,并返回轴处理.轴线
算沿最上面一行的数字窗口,然后
第二排等,例如,
subplot ( 2,1,1 ) ,地积(收入)
subplot ( 2,1,2 ) ,地积( outgo )
图谋收入,顶端有一半的窗口和outgo就
底部的一半.如果currentaxes是嵌套在一个uipanel该
小组是用来作为母公司为subplot而不是在
目前的数字.
subplot (男,氮,磷) ,如果轴已经存在,使电流.
subplot (男,氮,磷,'取代' ) ,如果轴已经存在,删除资讯科技及
创建一个新的轴.
subplot (男,氮,磷,'统一' )的地方轴线,使该地积盒
是不结盟,而是防止标签和蜱从
重叠.
subplot (男,氮,磷) ,其中p是一个载体,指定一轴的立场
涵盖所有subplot职位中列出的页
subplot (八) ,其中H是一轴处理,是另一种方式的决策
一轴电流随后策划的命令.
subplot ( '地位' ,[左底部宽度高度] )创建一个
轴在指定的位置在正常化坐标表(
在该范围从0.0到1.0 ) .