(translator=Erison, ChineseSource=Erison-20020516-8\cumtrapz.html, EnglishSource=c:\matlabr12\help\techdoc\ref\cumtrapz.html)
MATLAB Function Reference    
cumtrapz

累計積分

Syntax

Description

Z = cumtrapz(Y) 計算 Y 累計積分的近似值。

Y 是向量,cumtrapz(Y) 回傳 Y 的累計積分。

Y 是矩陣,cumtrapz(Y) 回傳 Y 每一直行的累計積分。

Y 是多維陣列,cumtrapz(Y) 會對第一個非單一維度(the first nonsingleton dimension)開始進行累計積分。

Z = cumtrapz(X,Y) 計算 Y 相對於 X 的累計積分。

X 是行向量及 Y 是第一個非單一維度為 length(X) 的陣列,則 cumtrapz(X,Y) 從這個維度進行累計積分。

Z = cumtrapz(... dim) 根據所給定的維度 dim 進行累積積分。若有給定 X,則必須和 size(Y,dim) 相同。

Example

Y = [0 1 2; 3 4 5] 則:

See Also

cumsum, trapz


 cumsum curl