Info
この質問は閉じられています。 編集または回答するには再度開いてください。
conversion of cell to matrixes
1 回表示 (過去 30 日間)
古いコメントを表示
Hello pls
How do I convert a one column cells k which is a non scalar vector of 12000 rows to matrices For instance [K{:}] to K(:, 1). Thanks for your help in advance Tino
1 件のコメント
Walter Roberson
2019 年 5 月 31 日
I am not clear? What is size(K{1}) ? In the result, where should K{2} appear relative to K{1} ?
If K is a cell of column vectors, the [K{:}] would create an array in which each entry becomes a column, which sounds like what you are asking for.
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!