how to initialize the permutation sequence ?

2 次查看(过去 30 天)
i want to initialize the permutation sequence, T={t(1),t(2)......t(65536)}. and t(i) E [ 1, 65536] .

采纳的回答

Jan
Jan 2019-6-21
编辑:Jan 2019-6-21
Maybe you mean:
T = num2cell(randperm(65536, 65536));
  4 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Language Fundamentals 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by