generation of permuted matrix
이전 댓글 표시
Hi!
I have a vector A=[2 3 6 5].
how could i generate a matrix from this arraý in this manner?
%
B=[A permuted(A) permuted(A).....]
Thank you
[edit]
May array has the length of 120! in matlab help i read that perms makes sense just for length less than 11. and am looking for B with size of (120*10).
댓글 수: 2
Andrei Bobrov
2012년 12월 6일
편집: Andrei Bobrov
2012년 12월 6일
See ADD in my answer.
Jos (10584)
2012년 12월 6일
What is the function permuted doing to A?
What should B look like exactly, given A = [2 3 6 5]?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Classical Control Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!