dsEdit

Data editing

Contents

Syntax

Description

DS2=dsEdit(DS) returns the reduced dataset using data editing.

DS2=dsEdit(DS, iterCount) uses the given iteration count for data editing

DS2=dsEdit(DS, iterCount, plotOpt) plots the results of data editing (if the dimensions of the dataset is 2)

Example

DS=prData('peaks');
iterCount=inf;
plotOpt=1;
DS2=dsEdit(DS, iterCount, plotOpt);

See Also

dsCondense.


Top page   Next: dsDistPlot.m   Prev:dsFeaDelete.m