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_warning
Search Tools->
contents
reference
index
search
Displaying A Warning (Mlmode)
Syntax
warning(
msg
)
See Also
print
Description
Prints the value of
msg
.
Example
If in
Mlmode
you enter
msg = 'division by zero';
warning(msg);
O-Matrix will respond
division by zero