Skip to main content
1-Visitor
January 31, 2018
Solved

Stripping a matrix

  • January 31, 2018
  • 10 replies
  • 3740 views

Hi All,

 

In the attached (MCP3) I am trying to define a matrix based on an existing one. 

 

I have a series of matrixes with different index values. When I split each column to a single matrix this works but when I try to do the same for an element of a wider matrix it seems to not work. Is there a way of doing this with a snazzy programme or similar?

 

Andy

Best answer by Fred_Kohlhepp

Requires programming

10 replies

25-Diamond I
January 31, 2018

Its not clear to me what you are trying to do.

The way you have defined S is that S is a 1x1 matrix containing a 4x2 matrix. Was this done on purpose and why?

In which way should the program you demand "split" a matrix (or a nested matrix)?

What exactly would be the input, and what should be the output?

 

awibroe1-VisitorAuthor
1-Visitor
January 31, 2018

Sorry, perhaps the attached makes more sense.

23-Emerald I
January 31, 2018

Requires programming

1-Visitor
January 31, 2018

Are you trying to create a nested matrix?

Something like this?

Capture.PNG

25-Diamond I
January 31, 2018

If MJGs guess is correct, this could be the program you are asking for:

bild.PNG