Concatenate 8X4 matrix in 16X2 matrix in matlab

조회 수: 2 (최근 30일)
Juan Pablo
Juan Pablo 2019년 12월 2일
댓글: ME 2019년 12월 2일
Hi there, I want to concatenate a 4 columns matrix into 2 column matrix, for example, I have these variables:
I want to get this arrange:
How I can get that? Thanxs for your help

채택된 답변

ME
ME 2019년 12월 2일
This should do it:
B = [A(:,1:2); A(:,3:4)]
  댓글 수: 2
Juan Pablo
Juan Pablo 2019년 12월 2일
Thanks for your help!
ME
ME 2019년 12월 2일
Not a problem. If this answer solved your question then could you possibly accept it?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by