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?

카테고리

도움말 센터File Exchange에서 Data 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