Contents
Previous
Next
Subchapters
Current Chapters->
mlmode_mean
mlmode_std
mlmode_ellipke
mlmode_disp
mlmode_warning
str2mat
int2str
mlmode_contour
mlmode_mesh
mlmode_meshc
mlmode_surf
mlmode_surfc
mlmode_meshgrid
mlmode_etime
mlmode_finite
mlmode_full
mlmode_isieee
mlmode_isunix
mlmode_issparse
mlmode_isstr
Parent Chapters->
Omatrix6
mlmode
mlmode_mfile
mlmode_full
Search Tools->
contents
reference
index
search
Returns a Non-Sparse Version of a Matrix (Mlmode)
Syntax
full(
x
)
See Also
issparse
Description
There are no sparse matrices in O-Matrix, so
full
just returns a copy of the matrix
x
.