We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41be55c commit 0fa7ee1Copy full SHA for 0fa7ee1
functions/kriginginitiaite.m
@@ -80,7 +80,7 @@
80
elseif length(covar(1).range)==2
81
ang=covar.azimuth; cang=cos(ang/180*pi); sang=sin(ang/180*pi);
82
rot = [cang,-sang;sang,cang];
83
- covar.cx = rot/diag(fliplr(covar.range));
+ covar.cx = rot/diag(covar.range);
84
elseif length(covar.azimuth)==3
85
error('not working in 3D (yet). Contact me if you need it.')
86
end
0 commit comments