Command Reference : Matrix Language Reference
  
 
@cilast
Index of the last non-missing value in each column of a matrix.
Syntax: @cilast(m)
m: matrix
Return: vector
Returns a vector containing the index (i.e, row number) of the last non-missing value of each column of the matrix m.
Examples
vector v1 = @cilast(m1)
Cross-references
See also @clast.