convert 128x2 char to 1x64 char
2 ビュー (過去 30 日間)
古いコメントを表示
How can I convert 128x2 char to 1x64 char
3 件のコメント
採用された回答
KSSV
2020 年 9 月 26 日
If val is your char array..you can try something like:
iwant = strcat(val(1:2:end),val(2:2:end))
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Cell Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!