n permute k

Based on Matt Fig's npermutek this function returns all possible permutations of most matlab classes

이 제출물을 팔로우합니다

Permutation of elements with replacement/repetition. MAT = npermutek(N,K) returns all possible samplings of length K from vector N of type: ordered sample with replacement. MAT has size (numel(N)^K)-by-K, where K must be a scalar. [MAT, IDX] = npermutek(N,K) also returns IDX such that MAT = N(IDX).
N may be of any numeric class, char, cell, struct, or even obj.

인용 양식

Eydrian (2026). n permute k (https://kr.mathworks.com/matlabcentral/fileexchange/40546-n-permute-k), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: N_PERMUTE_K

카테고리

Help CenterMATLAB Answers에서 Elementary Math에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

Changed description
Cell example was wrong

1.0.0.0