convert 128x2 char to 1x64 char
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can I convert 128x2 char to 1x64 char
3 Commenti
Risposta accettata
KSSV
il 26 Set 2020
If val is your char array..you can try something like:
iwant = strcat(val(1:2:end),val(2:2:end))
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Cell Arrays in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!