mg compiles
[wrf-fire-matlab.git] / detection / blending_test.m
blobdc6231e5c272bb89530d950e09c066de14aedfab
1  Tf=[0:0.01:1];
2  Ta=0.8*Tf;
3  T0=0.5;
4  T1=0.6;
5  T=blending(Tf,Ta,T0,T1);
6  plot(Tf,Tf,Tf,Ta,Tf,T);
7  legend('Tf','Ta','T')