disjoint of matrix in Matlab?how to do ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Vishal Rane
am 7 Dez. 2012
@Lalit : For identical size matrices simply use
x = x1+x2+x3
Antworten (0)
Siehe auch
Kategorien
Mehr zu Dynamic System Models finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!