Azzera filtri
Azzera filtri

how to initialize the permutation sequence ?

2 visualizzazioni (ultimi 30 giorni)
i want to initialize the permutation sequence, T={t(1),t(2)......t(65536)}. and t(i) E [ 1, 65536] .

Risposta accettata

Jan
Jan il 21 Giu 2019
Modificato: Jan il 21 Giu 2019
Maybe you mean:
T = num2cell(randperm(65536, 65536));
  4 Commenti
Sultan Mehmood
Sultan Mehmood il 25 Giu 2019
t(i) is the entries of T.
Sultan Mehmood
Sultan Mehmood il 25 Giu 2019
t(i) are the elements of T.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Language Fundamentals in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by