Skip to main content
7-Bedrock
March 21, 2023
Solved

Re: Referencing parts of vectors and arrays

  • March 21, 2023
  • 2 replies
  • 1580 views

When using Submatrix, is there a shortcut to specify the end of the column or end of the row?  

 

 

    Best answer by Werner_E

    Are you looking for something like this:

    Werner_E_0-1679483317172.png

     

     

     

    2 replies

    ttokoro
    21-Topaz I
    21-Topaz I
    March 22, 2023

    image.pngimage.pngimage.png

    t.t.
    gshockxcc7-BedrockAuthor
    7-Bedrock
    March 22, 2023

    This is also very helpful, because I didn't know that I could get the size of the rows and columns independently.  Much appreciated.

    Werner_E25-Diamond IAnswer
    25-Diamond I
    March 22, 2023

    Are you looking for something like this:

    Werner_E_0-1679483317172.png

     

     

     

    gshockxcc7-BedrockAuthor
    7-Bedrock
    March 22, 2023

    Yes, this is exactly what I'm looking for.  The size of the matrix and submatrix will change, but I often want to pick the starting row and column and select the entire column or row, respectively.