correlationex
algorithm
- extracts two variables from isolevel defining the 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]=correlationex(X,Y,fdefine,level,variable1,variable2,s)
example for input
[cc]=correlationex(X,Y,Z,0.5,strn,temperature,'abs')
input arguments
Name | description |
---|---|
X,Y | vectors defining the domain |
fdefine | variable defining the flamefront |
level | isolevel of fdefine defining the flamefront |
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 flame front |
plot | scatterplot of the values of the data pair |
matlab tools required
- scatter, corrcoef