How I can convert a binary number into Matrix
Mostrar comentarios más antiguos
I have 100110101010
I want 10
01
10
10
10
10
1 comentario
C = '100110101010'
M = reshape(C,2,[]).'
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!