数列重新排列。
이전 댓글 표시
各位大佬晚上好
A=[5 7 3 5]
想将它重新排列,顺序随机,应该怎么编写代码呢
例如随机生成的结果为:A_new=[5 5 3 7]或者A_new=[7 5 3 5]
总而言之是重新排列了
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 相关性和卷积에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!