How to generate pair of numbers from sequence ?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
kitty varghese
el 28 de Nov. de 2018
Editada: kitty varghese
el 28 de Nov. de 2018
I have a sequence of 100 numbers and I want to generate a pair of these numbers.
for example : 1 2
3 4
5 6
.
.
.
99 100
a=randperm(100)
k=a(1:2:end)
k1=a(2:2:end)
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Elementary Math 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!