condmean33filt
algorithm
- extracts and filters values of a variable (variable)
- along several isolevels of an arbitrary one (varcond)
- calculates and plots minimum, maximum, mean and rms values
of the variable at every isolevel - optionally you can bound varcond by iso1 and iso2
the default is iso1=0.99*max(varcond)
and iso2 min(varcond)+0.01*max(varcond) - optionally you can bound variable by fu and fl
the default is fu=maximum(variable) and fl=min(variable)
syntax
[v,m,rms,mi,ma]=condmean33filt(X,Y,Z,varcond,variable,dl,iso1,iso2,s,fu,fl)
examples for input
[v,m,rms,mi,ma]=condmean33filt(X,Y,Z,temperature,heatr,20)
input arguments
X,Y,Z |
vectors defining the rectangular domain |
varcond |
arbitrary variable |
variable |
variable to be investigated along varcond |
dl |
step between two isolevels of varcond |
iso1,iso2 |
start and end isolevel of vercond |
s |
switch for relative or absolut value of fu, fl |
fu,fl |
upper and lower filter of variable |
output arguments
v |
isolevels of varcond |
m |
mean values of variable along levels of varcond |
rms |
root mean square values of variable along varcond |
mi, ma |
minimum and maximum values of variable along varcond |
plot |
|
toolbox tools required
matlab functions used
- mean, std