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

向量元素的排列

Syntax

Description

P = perms(v), 回傳包含 v 中元素所有排列的矩陣,其中 v 為長度 n 的向量。

Examples

perms(2:2:6) 可產生 2,4,6 所有的排列:

Limitations

函數中的 n 必須小於 15。

See Also

nchoosek, permute, randperm


 peaks permute