Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by gforget, Thu Jan 6 23:16:55 2011 UTC | revision 1.2 by gforget, Fri Jul 1 18:01:54 2011 UTC | |
---|---|---|
# | Line 59 xh=xh*ones(1,size(yh,1)); | Line 59 xh=xh*ones(1,size(yh,1)); |
59 | yh=ones(size(xh,1),1)*yh'; | yh=ones(size(xh,1),1)*yh'; |
60 | ||
61 | %build the histogram | %build the histogram |
62 | TRI=delaunay(xh,yh); nxy = prod(size(xh)); | TRI=delaunay(xh,yh,{'QJ'}); nxy = prod(size(xh)); |
63 | Stri=sparse(TRI(:,[1 1 2 2 3 3]),TRI(:,[2 3 1 3 1 2]),1,nxy,nxy); | Stri=sparse(TRI(:,[1 1 2 2 3 3]),TRI(:,[2 3 1 3 1 2]),1,nxy,nxy); |
64 | ||
65 | %compute grid point vector associated with lon/lat vectors | %compute grid point vector associated with lon/lat vectors |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |