MATLAB: Does the axes disappear when using the MESH command in MATLAB 7.0.1 (R14SP1) on MacOS

axesdisappearmacMATLABmeshplot

When I plot two simple plots (in two figures), and then use the MESH command in a third figure, the axes in the first two plots disappear.
For example, when using:
figure
plot(1:10);
figure
plot(1:100);
figure
mesh(peaks);
The axes in the first two figures disappear.

Best Answer

This bug has been fixed in Release 14 Service Pack 3 (R14SP3). For previous product releases, read below for any possible workarounds:
There is a bug in MATLAB 7.0.1 (R14SP1) when using the MESH command after plotting simple plots.
There are no workarounds.