User`s guide

R2014b
2-26
Functionality Result Use Instead Compatibility Considerations
Passing complex inputs to
charting functions that do
not support complex data
Warns or
errors
Real valued
input
arguments
Charting functions that do
not support complex data
will warn or error if part
of the data is ignored. Pass
real valued inputs to these
charting functions.
'symbol' option for
FontName property
Warns Use TeX
or LaTex
markup
Remove all instances of
setting the FontName
property to 'symbol'.
Use TeX or LaTeX markup
instead. See the text
Interpreter property for
more information.
'oblique' option for
FontAngle property
Uses italic
instead
The
'italic'
option
Replace all instances of
setting the FontAngle
property to 'oblique' with
'italic'.
Using the line function
with the dot value ('.') for
LineStyle property
Errors The ':'
option for
dotted lines
Replace all instances of
setting the LineStyle
property to '.' with ':'.
DrawMode axes property Warns The
SortMethod
axes
property
Remove all instances of the
DrawMode property. Use
the SortMethod property
instead.
NormalMode property for
surface and patch objects
Warns The
VertexNormalsMode
or
FaceNormalsMode
property
Remove all instances of the
NormalMode property. Use
the VertexNormalsMode or
FaceNormalsMode property
instead.
lighting phong syntax Uses gouraud
lighting
instead
lighting
gouraud
Replace all instances of
lighting phong with
lighting gouraud.