There is no ZColorMode_I property on the Axes class
1 view (last 30 days)
Show older comments
Hello,
I tried to run again an old function of mine which print figures with the cm respect but ... things have change (and specialy the print function).
When I try to send my figure to the printer with the command:
s=sprintf('print -dwin -f%i',fig.Number);
eval(s,'lasterr');
The printer print a wrong scaled figure and 'lasterr' contain this message:
Error using matlab.graphics.axis.Axes/set
There is no ZColorMode_I property on the Axes class.
and I can't understand this error code.
Someone have an idea?
1 Comment
K W
on 18 Jun 2019
This error cropped up for me too (see link below), it is impossible to do any root cause analysis on this! I hope MATLAB improves on this soon.
Answers (0)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!