how to add to matrix of different dimensions

조회 수: 1 (최근 30일)
rajesh kumar
rajesh kumar 2018년 6월 27일
댓글: Walter Roberson 2018년 6월 27일
Ex: a=3*10; b=b+a; in the first iteration b is getting 3*10, next iteration if a is 7*10 getting error. how to rectify
  댓글 수: 6
rajesh kumar
rajesh kumar 2018년 6월 27일
actually in the image shown category 1 i.e first four rows i sorted, ok. next category 2 i.e next four rows i sorted, i want to combine i.e not addition to come original size.
Walter Roberson
Walter Roberson 2018년 6월 27일
If b is 3 x 10 and a is 4 x 10 and you want to combine into a 7 x 10 array, then
b = [b; a];

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

답변 (0개)

카테고리

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

태그

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by