peak

时间:2024-03-23 02:45:38编辑:优化君

matlab中peak是什么意思a?

是峰函数,peaks(30)是产生30×30的guassian分布矩阵,你可以去查查,它的help说的很明白
看看源程序就明白了。

>> type peaks

function [xz,y,z] = peaks(arg1,arg2)
%PEAKS A sample function of two variables.
% PEAKS is a function of two variables, obtained by translating and
% scaling Gaussian distributions, which is useful for demonstrating
% MESH, SURF, PCOLOR, CONTOUR, etc.
% There are several variants of the calling sequence:
%
% Z = PEAKS;
% Z = PEAKS(N);
% Z = PEAKS(V);
% Z = PEAKS(X,Y);
%
% PEAKS;
% PEAKS(N);
% PEAKS(V);
% PEAKS(X,Y);
%
% [X,Y,Z] = PEAKS;
% [X,Y,Z] = PEAKS(N);
% [X,Y,Z] = PEAKS(V);
%
% The first variant produces a 49-by-49 matrix.
% The second variant produces an N-by-N matrix.
% The third variant produces an N-by-N matrix where N = length(V).
% The fourth variant evaluates the function at the given X and Y,
% which must be the same size. The resulting Z is also that size.
%
% The next four variants, with no output arguments, do a SURF
% plot of the result.
%
% The last three variants also produce two matrices, X and Y, for
% use in commands such as PCOLOR(X,Y,Z) or SURF(X,Y,Z,DEL2(Z)).
%
% If not given as input, the underlying matrices X and Y are
% [X,Y] = MESHGRID(V,V)
% where V is a given vector, or V is a vector of length N with
% elements equally spaced from -3 to 3. If no input argument is
% given, the default N is 49.

% CBM, 2-1-92, 8-11-92, 4-30-94.
% Copyright 1984-2006 The MathWorks, Inc.
% $Revision: 5.10.4.3 $ $Date: 2006/06/27 23:02:56 $

if nargin == 0
dx = 1/8;
[x,y] = meshgrid(-3:dx:3);
elseif nargin == 1
if length(arg1) == 1
[x,y] = meshgrid(linspace(-3,3,arg1));
else
[x,y] = meshgrid(arg1,arg1);
end
else
x = arg1; y = arg2;
end

z = 3*(1-x).^2.*exp(-(x.^2) - (y+1).^2) ...
- 10*(x/5 - x.^3 - y.^5).*exp(-x.^2-y.^2) ...
- 1/3*exp(-(x+1).^2 - y.^2);

if nargout > 1
xz = x;
elseif nargout == 1
xz = z;
else
% Self demonstration
disp(' ')
disp('z = 3*(1-x).^2.*exp(-(x.^2) - (y+1).^2) ... ')
disp(' - 10*(x/5 - x.^3 - y.^5).*exp(-x.^2-y.^2) ... ')
disp(' - 1/3*exp(-(x+1).^2 - y.^2) ')
disp(' ')
surf(x,y,z)
axis('tight')
xlabel('x'), ylabel('y'), title('Peaks')
end
peaks是Matlab内置的,常用于做演示使用的函数,特别是绘制三维图形的时候

peaks函数根据输入参数不同,返回一个山峰的三维坐标数据

因为突然要我们找一个合适的三维数据还真有些不太方便,而此时通过这个peaks数据我们可以演示一些三维的绘图或处理,比如等高线、网格图、曲面图等


peak是什么意思

名词 n. [C]

1.山顶,山峰;(有尖峰的)山
The mountain peak was covered with snow.
山顶被雪覆盖着。
2.高峰,顶端,最高点
Tourism is at its peak in August.
八月是旅游高峰。
3.(物体的)尖端
4.帽舌
He wore a black cap with the peak pulled down low over his eyes.
他带一顶黑帽子,帽舌拉得低低的一直盖到眼睛。

及物动词 vt.

1.使尖起,使成峰状
2.使达到高峰

不及物动词 vi.

1.达到高峰
Unemployment peaked at 8.1% in June.
六月份失业率达到了百分之八点一的高峰。
2.耸起
Beat the egg whites until they peak.
把蛋白打到它们耸起。

形容词 a.

1.最高的,高峰的[B]
Traffic is very heavy at peak hours.
在高峰时间交通非常拥挤。


以下结果来自互联网网络释义
peak

1.最高的,高峰
peak 最高的,高峰的
2.峰值,最大值,波峰
peak 峰值,最大值,波峰
3.山顶;山峰
peak 山顶;山峰


peak是什么意思啊

peak是什么意思啊

peak的意思:n. 巅峰,顶点;山顶;有尖峰的山;尖端,尖顶;帽檐,帽舌;极值,峰值;(艏或艉的)尖舱;斜桁外端,(帆的)后上角v. 达到高峰,达到最大值;消瘦,衰弱,精神萎靡adj. 巅峰状态的,最高的;高峰时期的【名】 (Peak)(英)皮克(人名)短语Broad Peak 布洛阿特峰 ; 宽峰 ; 布罗德峰 ; 布洛阿特Peak power [电] 峰值功率 ; 峰值输出功能 ; 最大功率 ; 巅值功率Castle Peak Hospital 青山医院 ; 青山精神病院词语辨析hill, volcano, mountain, range, mount, peak这组词都有“山”的意思,其区别是:hill 通常指小的土山、石山或浅丘。有时也指高山,复数表群山。volcano 特指主要由喷出的熔岩和火山灰堆积而成的圆锥形火山。mountain 通常指比hill高而陡的高山、山岳。但这种区别不是绝对的,“大”与“小”常常是相对而言。range 形成的山脉或岭。mount 常用于地名之前, 即一般放在专用名词前,书面用词。peak 指山峰,也可指山顶。

peak是什么意思啊

PEAK,英文单词,名词、形容词、及物动词、不及物动词,作名词时意为“山峰;最高点;顶点;帽舌,人名;(英)皮克”,作形容词时意为“最高的;最大值的”,作及物动词时意为“使达到最高点;使竖起”,作不及物动词时意为“消瘦;到达最高点;变憔悴”。短语搭配:Broad Peak布洛阿特峰 ; 布罗德峰Kowloon Peak飞鹅山peak season[贸易]旺季 ; 淡季 ; 某种事物兴盛的时期 ; 高峰期Eagle Peak鹰峰 ; 老鹰峰Riggs Peak里格斯峰Walker Peak沃克峰McArthur Peak麦克阿瑟山Swarm Peak斯沃姆峰Peak period巅峰期 ; 鼎盛期 ; 波峰周期 ; 尖峰期双语例句:Beyond the peak time to!超越巅峰的时刻到了!What information is there about the (110) peak at half the angle of the (220) peak?下面这句是不是这样翻译:在(220)衍射峰的半角处(110)峰有什么信息吗?Say you learn something new, like how to say "thank you" in Russian, or the peak temperature of a hot day on Mars.比如说你学到一些新东西,像如何用俄语说“谢谢”,或者火星上最热一天的最高温度。

上一篇:respond

下一篇:trend