how to convert cell array to matrix

2 ビュー (過去 30 日間)
ZEMIN HUANG
ZEMIN HUANG 2021 年 1 月 31 日
回答済み: Stephen23 2021 年 1 月 31 日
i have a cell array that looks like below. I would like to convert it into a matrix that is 480000X384. Could anyone help me on this please?

採用された回答

Stephen23
Stephen23 2021 年 1 月 31 日
Where C is your cell array:
M = horzcat(C{:}).'

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by