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..
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!