convert 128x2 char to 1x64 char
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sami ullah
el 26 de Sept. de 2020
Comentada: KSSV
el 26 de Sept. de 2020
How can I convert 128x2 char to 1x64 char
3 comentarios
Respuesta aceptada
KSSV
el 26 de Sept. de 2020
If val is your char array..you can try something like:
iwant = strcat(val(1:2:end),val(2:2:end))
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Cell Arrays 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!