convert 128x2 char to 1x64 char
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How can I convert 128x2 char to 1x64 char
3 Kommentare
Akzeptierte Antwort
KSSV
am 26 Sep. 2020
If val is your char array..you can try something like:
iwant = strcat(val(1:2:end),val(2:2:end))
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Cell Arrays finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!