Error while using cell2mat:

Error using cat Dimensions of matrices being concatenated are not consistent.
Error in cell2mat (line 86) m = cat(2,m{:});

 采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2016-7-8

0 个投票

That means the sizes of your cells do not allow to concatenate them

2 个评论

So, what should I do?
You cells should contain matrices with the same number of rows

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心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!

Translated by