Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

i have a 1*25 cell with double arrays, each column has 22 feature. how can I convert this cell to a 22*25 double marix?

1 view (last 30 days)
i have a 1*25 cell with double arrays, each column has 22 feature. how can I convert this cell to a 22*25 double marix?

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 1 May 2016
cell2mat(M)

This question is closed.

Community Treasure Hunt

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

Start Hunting!