convert 128x2 char to 1x64 char
3 views (last 30 days)
Show older comments
How can I convert 128x2 char to 1x64 char
3 Comments
Accepted Answer
KSSV
on 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 Comments
More Answers (0)
See Also
Categories
Find more on Cell Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!