i have to fuse two features i had concatenated it horizontally..to concatenate it should be in equal dimension..how can i make it to be in equal dimension..

조회 수: 1 (최근 30일)
i have to fuse two features i had concatenated it horizontally..to concatenate it should be in equal dimension..how can i make it to be in equal dimension..

채택된 답변

Sachin Ganjare
Sachin Ganjare 2012년 10월 18일
편집: Sachin Ganjare 2012년 10월 18일
Suppose;
A = [1 2;3 4]
B= [1 2 3;1 2 3;1 2 3]
Then,
A(3,3) = 0
Command will pad the array A with zero for further concatenation operations.
Hope it helps!!!

추가 답변 (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