There is no ZColorMode_I property on the Axes class

2 views (last 30 days)
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?

Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Products


Release

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!