Create a cutoff matop function
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Create a new matop function named cutoff(MAT,THRESH,MODE) , which will set all points above (MODE=0) or below (MODE=1) the THRESH to THRESH. This function may either accept percentage or absolute values as THRESH. However, using absolute values will also enable the usage of a percentile instead of a percentage.
We will use the following conventions:
MODE=1 will use a percentage value aboveMODE=2 will use an absolute value aboveMODE=-1 will use a percentage value belowMODE=-2 will use an absolute value belowMODE=0 will use the percentage value to extract the central x% of the valuesFunctionality was added to the automatic SW tests. Occured deviation (modes 1 and -1 were mixed up) was resolved in [r1216].
Commit: [r1209]
Commit: [r1216]
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1209]
Diff:
Related
Commit: [r1216]