From 47535ab08afeb48fbb00f03e68d6ff973cf62cbd Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 10 Nov 2017 14:59:26 +0530 Subject: Functions added --- help/en_US/scilab_en_US_help/cummin.html | 99 -------------------------------- 1 file changed, 99 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/cummin.html (limited to 'help/en_US/scilab_en_US_help/cummin.html') diff --git a/help/en_US/scilab_en_US_help/cummin.html b/help/en_US/scilab_en_US_help/cummin.html deleted file mode 100644 index 951127e..0000000 --- a/help/en_US/scilab_en_US_help/cummin.html +++ /dev/null @@ -1,99 +0,0 @@ - - - cummin - - - -
- - - - -
- << cummax - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - db >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > cummin -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > cummin ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

cummin

-

Cumulative minimum

- - -

Calling Sequence

-
M = cummin(A)
-returns the cumulative minimum of the arguments of A. The dimension
-of M is same as the dimension of A. If A is a 2D matrix, the operation
-is performed along the columns. For a hypermatrix, the operation is
-performed along the first non-zero dimension
-M = cummin(A,dim)
-The operation is performed along the dimension specified by dim
-M = cummin(_,direction)
-direction specifies as the direction of operation
- -

Parameters

-
- -

Examples

-
1) Cumulative minimum values in a vector
-v = [8 9 1 10 6 1 3 6 10 10]
-M = cummin(v)
-
-Expected output: [8 8 1 1 1 1 1 1 1 1]
- -

Authors

-
- -

See also

-
-
- -
- - - - - - -
Report an issue
- << cummax - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - db >> - -
-
-
- - -- cgit