数列重新排列。
显示 更早的评论
各位大佬晚上好
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!