フィルターのクリア

How to: Column Cell to Column matrix

1 回表示 (過去 30 日間)
Hello kity
Hello kity 2013 年 3 月 1 日
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
Azzi Abdelmalek 2013 年 3 月 1 日
What do you mean by correlated?
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 3 月 1 日
When you type
whos a b % a and b are your 2 cell array
What you've got?

サインインしてコメントする。

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 3 月 1 日
a=num2cell(rand(165,3))
b=num2cell(rand(1,3))
c=[a;b]

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by