Feeds
提问
Error in quiver plot
I am trying to plot velocity vectors of the geostrophic wind I have calculated using geopotential height. The final result is a ...
3 years 前 | 0 个回答 | 0
0
个回答提问
I am getting error, "array indices must be positive or logical integer values". Please help
[X,Y] = meshgrid(-4:0.2:4); n=2; k=1; %n=1, k=1 w1=-sqrt(k.^2+2*n+1); w2=sqrt(k.^2+2*n+1); w3=k./(k.^2+2*n+1); phi_func...
4 years 前 | 1 个回答 | 0