Bonjour, j'ai un problème qui peut sembler trivial, mais pas pour un débutant matlab, le voici :
Code:
1
2
3
4
5
6
7
8 jan(31,length(lon),length(lat)) = 0; for i = 1:20 for j = 1: 31 jan(j,:,:) = var(j+(i-1)*365,:,:) + jan(j,:,:); end end
Merci pour votre aideCode:
1
2
3 ??? Error using ==> plus Array dimensions must match for binary array op.