How to: Column Cell to Column matrix
2 次查看(过去 30 天)
显示 更早的评论
Hi
I have 2 cells (or arrays??)
Cell1= 165 x 3 cell array consists of 165 rows each one is a cell
Cell2= 1 x 3 cell
i want all the cells in Cell1 (first column) to be correlated with cell2 (1,1) , Cell1 (second column) to be correlated with cell2 (1,2) and Cell1 (third column) to be correlated with cell2 (1,3)
how can i do this easiest way
2 个评论
Azzi Abdelmalek
2013-3-1
When you type
whos a b % a and b are your 2 cell array
What you've got?
回答(1 个)
另请参阅
类别
在 Help Center 和 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!