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...
10년 초과 전 | 답변 수: 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...