How to make Cell array ?

A= 3×1 cell array
{'02'}
{'42'}
{'11'}
B= 3×1 cell array
{'D7'}
{'24'}
{'77'}
How to make it like this
C= 3x2 cell array
{'02'} {'D7'}
{'42'} {'24'}
{'11'} {'77'}

回答 (1 件)

KSSV
KSSV 2021 年 7 月 29 日

0 投票

iwant = [A B]
But why?

1 件のコメント

dmfwlansejr
dmfwlansejr 2021 年 7 月 29 日
For inset data the UITable!

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

カテゴリ

ヘルプ センター および File ExchangeData Types についてさらに検索

タグ

質問済み:

2021 年 7 月 29 日

コメント済み:

2021 年 7 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by