Filter löschen
Filter löschen

concatenate a double to a cell

2 Ansichten (letzte 30 Tage)
Leyon
Leyon am 21 Nov. 2013
Bearbeitet: Azzi Abdelmalek am 21 Nov. 2013
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.

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 21 Nov. 2013
Bearbeitet: Azzi Abdelmalek am 21 Nov. 2013
a={1 2 3;4 5 6}
b=[5 8 12]
out=[a;num2cell(b)]

Weitere Antworten (0)

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by