From 6e1e4362783f68a8e8be1d199337c1ca831a2994 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Fri, 10 Nov 2017 15:08:11 +0530 Subject: Brijesh functions --- help/en_US/scilab_en_US_help/clustersegment.html | 81 ------------------------ 1 file changed, 81 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/clustersegment.html (limited to 'help/en_US/scilab_en_US_help/clustersegment.html') diff --git a/help/en_US/scilab_en_US_help/clustersegment.html b/help/en_US/scilab_en_US_help/clustersegment.html deleted file mode 100644 index 6b435b6..0000000 --- a/help/en_US/scilab_en_US_help/clustersegment.html +++ /dev/null @@ -1,81 +0,0 @@ - - - clustersegment - - - -
- - - - -
- << chirp - - - FOSSEE Signal Processing Toolbox - - - cmorwavf >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > clustersegment - -

-

clustersegment

-

This function calculates boundary indexes of clusters of 1’s.

- - -

Calling Sequence

-
c = clustersegment(s)
- -

Parameters

-
s: -

scalar, vector or matrix of real numbers (clusters of 1s)

-
c: -

output variable, cell array of size 1 by N, where N is the number of rows in s

- -

Description

-

This is an Octave function. -This function calculates boundary indexes of clusters of 1’s. -This function calculates the initial and end indices of the sequences of 1's present in the input argument. -The output variable c is a cell array of size 1 by N, where N is the number of rows in s and each element has two rows indicating the initial index and end index of the cluster of 1's respectively. The indexing starts from 1.

- -

Examples

-
y = clustersegment ([0,1,0,0,1,1])
-y  =
-2.    5.
-2.    6.
-
- -
- - - - - - -
Report an issue
- << chirp - - - FOSSEE Signal Processing Toolbox - - - cmorwavf >> - -
-
-
- - -- cgit