I was wondering how to extract row and column names from a matrix. It appeared that it is somethink like this in case I want the second label:
Just for my understanding, could someone explain what exactly happens here?
An additional example is this
Is this the best way?
Thanks.
Code:
di "`: word 2 of `: rownames D''"
An additional example is this
Code:
tokenize "`: rownames D'" di "`1' `2' `5'"
Thanks.
Comment