disjoint of matrix in Matlab?how to do ?

2 views (last 30 days)
Kirti
Kirti on 7 Dec 2012
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 Comments
Vishal Rane
Vishal Rane on 7 Dec 2012
@Lalit : For identical size matrices simply use
x = x1+x2+x3
Lalit Patil
Lalit Patil on 7 Dec 2012
Oh yes, i tried it.. Thanks..

Sign in to comment.

Answers (0)

Categories

Find more on 3-D Scene Control in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!