disjoint of matrix in Matlab?how to do ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dear all, i have X= x1+ x2+ x3 all are 5 by 6 size matrix. now this X is split into two disjoint group . The matrices within each group are added. how to do this in matlab?please explain with some example.
3 commentaires
Vishal Rane
le 7 Déc 2012
@Lalit : For identical size matrices simply use
x = x1+x2+x3
Réponses (0)
Voir également
Catégories
En savoir plus sur Dynamic System Models 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!