home *** CD-ROM | disk | FTP | other *** search
- function A = full(X)
- %FULL Convert sparse matrix to full storage.
- % A = FULL(X) is a built-in function which converts a sparse matrix
- % to full storage organization and leaves a full matrix unchanged.
- %
- % See also SPARSE.
-
- % Copyright (c) 1984-93 by The MathWorks, Inc.
- % Built-in function.
-