Borrar filtros
Borrar filtros

how to initialize the permutation sequence ?

2 visualizaciones (últimos 30 días)
Sultan Mehmood
Sultan Mehmood el 21 de Jun. de 2019
Comentada: Sultan Mehmood el 25 de Jun. de 2019
i want to initialize the permutation sequence, T={t(1),t(2)......t(65536)}. and t(i) E [ 1, 65536] .

Respuesta aceptada

Jan
Jan el 21 de Jun. de 2019
Editada: Jan el 21 de Jun. de 2019
Maybe you mean:
T = num2cell(randperm(65536, 65536));
  4 comentarios
Sultan Mehmood
Sultan Mehmood el 25 de Jun. de 2019
t(i) is the entries of T.
Sultan Mehmood
Sultan Mehmood el 25 de Jun. de 2019
t(i) are the elements of T.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Language Fundamentals en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by