could anyone help me how to combine data in two columns

조회 수: 4 (최근 30일)
jaah navi
jaah navi 2019년 11월 29일
댓글: Stephan 2019년 11월 29일
A=[1;
2;
3]
B=[4 ;
5;
6]
I want to have the result in the following manner
[1 4;
2 5;
3 6]
could anyone please help me on this.

채택된 답변

Stephan
Stephan 2019년 11월 29일
  댓글 수: 2
jaah navi
jaah navi 2019년 11월 29일
sorry i made a mistake
If
A=[1 2 3]
and
B=[4 5 6]
i need to have the result in the following manner
[1 4;
2 5;
3 6]
Could you please help me on this.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by