convert 128x2 char to 1x64 char
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I convert 128x2 char to 1x64 char
3 commentaires
Réponse acceptée
KSSV
le 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Cell Arrays dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!