Feeds
提问
saveas: problems with axes when saving a figure as .fig
Hi there, I created a figure with subplots which I save as a .fig file. Apparently, the axes are changed when the figure is ...
11 years 前 | 1 个回答 | 0
1
个回答已回答
surfacem: How to display nans in white color?
I found it out myself. The solution is h = surfacem(C) set(h,'alphadatamapping', 'none','alphadata', double(~isnan(C)), ...
surfacem: How to display nans in white color?
I found it out myself. The solution is h = surfacem(C) set(h,'alphadatamapping', 'none','alphadata', double(~isnan(C)), ...
12 years 前 | 0
提问
surfacem: How to display nans in white color?
Hi there, under the following link, <http://www.mathworks.com/matlabcentral/newsreader/view_thread/140607> it was suggest...
12 years 前 | 1 个回答 | 0
1
个回答提问
how to avoid geoshow shrinking the axis
Hi there, apparently, the function geoshow shrinks the current axes: My plots are smaller when I add the coastline with geos...
12 years 前 | 1 个回答 | 0
1
个回答提问
How to place xtick labels inside the plot?
I would like to place my xtick labels inside the plot. Is there a property like "xticklabellocation" which I could set to "in"?...
13 years 前 | 1 个回答 | 0