correlationcut
algorithm
- extracts two variables along a linear cut through flame front
- calculates the correlation between the two variables
- displays the correlation of the two variables in a scatter plot
- extracted variables are vectors which must be the same size
syntax
[cc]=correlationcut(X,Y,fdefine,variable1,variable2,xs,ys,nxs,nys,s,iso1,iso2)
example for input
[cc]=correlationcut(X,Y,Z,strn,temperature,0.0055,0.0059,0.9328,0.3604,'abs',0.9,0.1)
input arguments
| Name |
description |
| X,Y |
vectors defining the domain |
| xs,ys,nxs,nys |
starting points and direction of the cut |
| fdefine |
variable defining the flamefront |
| iso1,iso2 |
boundaries of the flame front |
| variable1,variable2 |
variables of correlation |
| s |
switch between absolut or relativ value of fdefine |
output arguments
| Name |
description |
| cc |
correlation coefficient between the two variables along the cut |
| plot |
scatterplot of the values of the data pair |
matlab tools required
toolbox tools required
corresponding 3d tools