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_disp
Search Tools->
contents
reference
index
search
Displaying A Value (Mlmode)
Syntax
disp(
x
)
See Also
print
Description
Prints the value of
x
.
Example
If in
Mlmode
you enter
x = 5;
disp(x);
O-Matrix will respond
5