convert binary to array matrix double
Mostrar comentarios más antiguos
Hii guys,
can I change :
a =
'0101'
to
a =
columns 1 through 4
0 1 0 1
? thanks
Respuestas (1)
David Hill
el 13 de En. de 2020
a=a-48;
Categorías
Más información sobre Resizing and Reshaping Matrices 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!