home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / ELMAT.DI$ / TRIU.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  313 b   |  9 lines

  1. %TRIU    Upper triangle.
  2. %    TRIU(X) is the upper triangular part of X.
  3. %    TRIU(X,K) is the elements on and above the K-th diagonal of
  4. %    X.  K = 0 is the main diagonal, K > 0 is above the main
  5. %    diagonal and K < 0 is below the main diagonal.
  6.  
  7. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  8. %    Built-in function.
  9.