Cell To Array Problem
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Trevor Badji
el 22 de Feb. de 2018
I have many rows such as '0' '1' '1' '0', I want all of them to make in a single column , I mean 0110 . I tried the cell2mat and cellstr but they did not work as I wanted . As shown on the picture they are seperated to 8 columns, however I want it for example in the 1x1 -> 00000001 , 2x1 -> 00000011 , 3x1 -> 00000010 ... and it goes .
4 comentarios
Matt J
el 22 de Feb. de 2018
Respuesta aceptada
Más respuestas (0)
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!