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)

 condmean33temp

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
required input arguments

varcond

arbitrary variable
required input argument

variable

variable to be investigated along varcond
required input argument

dl

step between two isolevels of varcond
required input argument

iso1,iso2

start and end isolevel of vercond
(optional input argument)

s

switch for relative or absolut value of fu, fl
(optional input argument)

fu,fl

upper and lower filter of variable
(optional input argument)

 

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

corresponding 2d tool

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin