Skip to main content
1-Visitor
June 14, 2013
Solved

Breakdown the matrices ?

  • June 14, 2013
  • 1 reply
  • 1847 views

Dear all, my question may be silly, but please help

I have 3x10 matrix. I want it as 3x1 matrice ie. 10 singular matrices Is it possible in one step ?

Best answer by Werner_E

Yes, use a range variable and the column selector to create a vector consisting of 10 individual 3x1 vectors.

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
June 14, 2013

Yes, use a range variable and the column selector to create a vector consisting of 10 individual 3x1 vectors.

1-Visitor
June 14, 2013

yes, But I'm doing it by creating with 10 individual column selectors.

Is it the right way of doing?

25-Diamond I
June 14, 2013

I can't see it as you again don't include a worksheet.

If you are doing it "right" or not depends on what you want to achieve and in which way you would like to use the ten 3x1 vectors later in your calculations.

If the result should be a vector of vectors as I suggested, you would use the column selector only once but need to define a range variable.