Cell To Array Problem
1 回表示 (過去 30 日間)
古いコメントを表示
I have many rows such as '0' '1' '1' '0', I want all of them to make in a single column , I mean 0110 . I tried the cell2mat and cellstr but they did not work as I wanted . As shown on the picture they are seperated to 8 columns, however I want it for example in the 1x1 -> 00000001 , 2x1 -> 00000011 , 3x1 -> 00000010 ... and it goes .

採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!