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...
etwa 10 Jahre vor | 2 Antworten | 0
2
Antworten
Frage
Error using .* in MATLAB
% path to data directory on Jens' iMac
folderpath = '/C:/SIC_data/daily/';
%% latitudes and longitudes and area elements for...