Info

この質問は閉じられています。 編集または回答するには再度開いてください。

conversion of cell to matrixes

1 回表示 (過去 30 日間)
Tino
Tino 2019 年 5 月 31 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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
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.

回答 (1 件)

KSSV
KSSV 2019 年 5 月 31 日
編集済み: KSSV 2019 年 5 月 31 日
Read about cell2mat
iwant = cell2mat(K) ;

この質問は閉じられています。

タグ

製品


リリース

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by