(translator=Shilo, ChineseSource=Shilo-20020415-2.5\tril.html, EnglishSource=c:\matlabr12\help\techdoc\ref\tril.html)
MATLAB Function Reference    
tril

下三角矩陣

Syntax

Description

L = tril(X) 回傳 X 的下三角矩陣。

L = tril(X,k) 回傳 X 第 k 條對角線以下的元素。k = 0 為主對角線;k > 0 在主對角線之上;k < 0 在主對角線之下。

Examples

tril(ones(4,4),-1)

See Also

diag, triu


 treeplot trimesh