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..
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Sachin Ganjare
le 18 Oct 2012
Modifié(e) : Sachin Ganjare
le 18 Oct 2012
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!