User`s guide
R2014b
2-4
copyobj does not work with certain Map graphics
Some functions in Mapping Toolbox return graphics that are a composite of standard
MATLAB graphics objects. When you copy these graphics, copyobj copies only the
primary object, so the result of the copy operation may look different and appear
incomplete. Property updates and other interactions with the copied object might not
work as expected.
Compatibility Considerations
Rather than copying Mapping Toolbox graphics objects using copyobj, repeat the
construction of the object in the new axis.
Functions Being Removed
Function Name What Happens
When You Use the
Function?
Use This Instead Compatibility Considerations
lightmui Errors Consider using
lightm with
inputm to position
the light source.
Remove all existing
instances of lightmui.
roundn Still runs Use round instead. Consider replacing all
existing instances of
roundn with round.