Tuncer Şengöz'e ait izole dip ve tepe Matriks IQ Explorer kodunu paylaşabilir misiniz. Teşekkürler.
izole dip Matriks formülü
d02:=L;
d12:=ref(L,-1);
izdip2:=ref(L,-2);
d32:=ref(L,-3);
d42:=ref(L,-4);
h32:=ref(H,-3);
h22:=ref(h,-2);
(izdip2<d02 and izdip2<d12 and izdip2<d32 and izdip2<d42 and ref(h,-1)<max(h32,h22) and h>max(h32,h22)) or
(d12<d02 and d12<izdip2 and d12<d32 and h>max(h22,ref(h,-1)))
izole tepe matriks formülü
t02:=h;
t12:=ref(h,-1);
iztepe2:=ref(H,-2);
t32:=ref(h,-3);
t42:=ref(h,-4);
L32:=ref(L,-3);
L22:=ref(L,-2);
(iztepe2>t02 and iztepe2>t12 and iztepe2>t32 and iztepe2>t42 and ref(L,-1)>min(L32,L22) and L<min(L32,L22)) or
(t12>t02 and t12>iztepe2 and t12>t32 and L<min(L22,ref(L,-1)))