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

 Akzeptierte Antwort

Jan
Jan am 21 Jun. 2019
Bearbeitet: Jan am 21 Jun. 2019

0 Stimmen

Maybe you mean:
T = num2cell(randperm(65536, 65536));

4 Kommentare

Sultan Mehmood
Sultan Mehmood am 23 Jun. 2019
Bearbeitet: Sultan Mehmood am 23 Jun. 2019
thanks.
how i can get t(i) from above ?
i need t(i) .
if
i=1:65536;
Jan
Jan am 24 Jun. 2019
What exactly do you expect as contents of "t(i)"? Do you mean T{i} ?
Sultan Mehmood
Sultan Mehmood am 25 Jun. 2019
t(i) is the entries of T.
Sultan Mehmood
Sultan Mehmood am 25 Jun. 2019
t(i) are the elements of T.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Software Development Tools finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by