fdefvar
algorithm
- calculates mean values of a variable conditioned on the variable defining the flame front fdefine
- plots scatterplot of variable vs. fdefine
- plots mean values of variable vs. fdefine
syntax
[v,mv]=fdefvar(X,Y,fdefine,variable)
example for input
[v,mv]=fdefvar(X,Y,Z,temperature);
input arguments
Name | description |
---|---|
X,Y | vectors defining the domain |
fdefine | variable defining the flame front |
variable | user defined variable |
output arguments
Name | description |
---|---|
v | values of fdefine |
mv | mean values of variable conditioned on fdefine |
plot | scatterplot: variable vs. fdefine; mv vs. fdefine |
matlab tools required
- gradient
corresponding 3d tool
- fdefvar3