concatenate a double to a cell

2 次查看(过去 30 天)
This is probably a silly question but:
I have a 4164x7 cell and a 4164x1 double. I want to concatenate so as to get a 4164x8 cell. However, all my methods have come up nil (cat, vertcat and horzcat). I have even tried to transpose the array. Any help would be nice.

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-11-21
编辑:Azzi Abdelmalek 2013-11-21
a={1 2 3;4 5 6}
b=[5 8 12]
out=[a;num2cell(b)]

更多回答(0 个)

类别

Help CenterFile 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