i want to get a combination from a table of cell by fonction (combntns), but i dosen't work ,anyone can help me ,thank you
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
pengcheng
el 6 de Oct. de 2014
Respondida: Thorsten
el 6 de Oct. de 2014
C={'2222222','33333333','444444444'} i want to get like this:'2222222' '3333333333' '2222222' '4444444444' '3333333' '4444444444'
0 comentarios
Respuesta aceptada
Guillaume
el 6 de Oct. de 2014
Is this what you want ?
C={'2222222','33333333','444444444'};
nchoosek(C, 2)
Más respuestas (1)
Ver también
Categorías
Más información sobre Logical 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!