matlab翻译 100分悬赏 事后还可追加分

来源:百度知道 编辑:UC知道 时间:2024/06/24 18:34:25
帮忙吧 马上就要上交了 大家快帮忙翻译翻译吧
%
% [MSG,X,Y,XX,YY,LINETYPE,PLOTTYPE,BARWIDTH,ZZ] = MAKEBARS(X,Y)
% does the same as above, except for the final parameter.
% ZZ is the z-axis data for 3-D plots; used in BAR3 and BAR3H.
%
% [...] = MAKEBARS(X,Y,WIDTH) or MAKEBARS(Y,WIDTH) returns the
% specified width given in WIDTH. The default is 0.8.
% [...] = MAKEBARS(...,'grouped') returns the data in the form
% so that the information will be plotted in groups.
% [...] = MAKEBARS(...,'detached') {3-D only} returns the data
% such that the information will be plotted detached.
% [...] = MAKEBARS(...,'stacked') returns the data such that the
% information will be plotted in stacked form.
% [...] = MAKEBARS(...,'hist') creates centered bars that touch.
% [...] = MAKEBARS(...,'histc') creates bars that touch edges.
% EQUAL is true if spacing of the data is equal;

可以用在线翻译的软件

% [信息, X, Y, XX, YY,线路类型, PLOTTYPE、BARWIDTH, ZZ] = MAKEBARS (X, Y)
%做同上面一样,除了最后的参量。
% ZZ是Z轴数据为三维剧情; 使用在BAR3和BAR3H。
%
% [...] = MAKEBARS (X, Y,宽度)或MAKEBARS (Y,宽度)退回
%在宽度给的指定的宽度。 缺省是0.8。
% [...] = MAKEBARS (…, ‘编组’)退回在形式的数据%,以便信息在小组将被密谋。
% [...] = MAKEBARS (…, ‘分开了’) {三维只}退回数据
%这样信息将被密谋分隔。
% [...] = MAKEBARS (…, ‘堆积’)退回数据这样
%信息将被密谋以被堆积的形式。
% [...] = MAKEBARS (…, ‘hist’)创造接触的被集中的酒吧。
% [...] = MAKEBARS (…, ‘histc’)创造接触边缘的酒吧。 如果数据的间距是相等的, %均等是真实的; 错误否则。
%均等总是真实的除了‘hist’和‘histc’ plottypes。
%
%看见也HIST,剧情,酒吧, BARH, BAR3, BAR3H。

%版权1984-2002 MathWorks, Inc。
% $Revision : 1.22 $ $Date : 2002/06/05 20:05 :15 $

%初始化一切
x = []; y= []; xx= []; yy= []; linetype= []; plottype= []; barwidth= [];
arg8 = [];

msg = nargchk (1,5, nargin); ~isempty的if (信息),回归,末端

barwidth = .8; %正常化了酒吧的宽度。
groupwidth = .8; %正常化了小组的宽度。
linetype =