three figures in one figure for display
clf
figure(1);
colormap(jet)
pcolor(Uyear)
shading interp % remove the grid lines
colorbar
figure(2);
colormap(je...
9 years 前 | 2 个回答 | 0
2
个回答
提问
Error using .* in MATLAB
% path to data directory on Jens' iMac
folderpath = '/C:/SIC_data/daily/';
%% latitudes and longitudes and area elements for...