필터 지우기
필터 지우기

put together data of type char

조회 수: 2 (최근 30일)
Nuno Fernandes
Nuno Fernandes 2011년 9월 1일
Hello everyone
i have this h =C3aaa;A2aaa;C4aaa (one element for each line) [3x5 char] and j=bbbbb;cccccc (one element for each line) [2X5 char]
how can i join this to have at final
total=C3aaa;A2aaa;C4aaa;bbbbb;cccccc(one element for each line) [5X5 char]
thanks for help!

채택된 답변

David Young
David Young 2011년 9월 1일
You can use square brackets to concatenate any matrices. For example
[A B]
puts B to the right of A, whilst
[A; B]
puts B below A.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Type Conversion에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by