repo.or.cz
/
wrf-fire-matlab.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
mg compiles
[wrf-fire-matlab.git]
/
detection
/
blending_test.m
blob
dc6231e5c272bb89530d950e09c066de14aedfab
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')