From 6011540ce239922c0723ff2f1534e915b420cd1f Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 17 Jul 2018 18:02:33 +0530 Subject: remove autogenerated files remove execute permission from scilab files update macros/names fix build process by building macros before help --- help/en_US/scilab_en_US_help/wrev.html | 77 ---------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/wrev.html (limited to 'help/en_US/scilab_en_US_help/wrev.html') diff --git a/help/en_US/scilab_en_US_help/wrev.html b/help/en_US/scilab_en_US_help/wrev.html deleted file mode 100644 index f84bd86..0000000 --- a/help/en_US/scilab_en_US_help/wrev.html +++ /dev/null @@ -1,77 +0,0 @@ - - - wrev - - - -
- - - - -
- << wkeep - - - FOSSEE Signal Processing Toolbox - - - xcorr1 >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > wrev - -

-

wrev

-

- - -

Calling Sequence

-
[y]=wrev(x)
- -

Parameters

-
x: -

Input vector of string, real or complex values

- -

Description

-

This is an Octave function. -This function reverses the order of elements of the input vector x.

- -

Examples

-
1.    wrev([1 2 3])
-ans= 3  2  1
-2.    wrev(['a','b','c'])
-ans= cba
-
- -
- - - - - - -
Report an issue
- << wkeep - - - FOSSEE Signal Processing Toolbox - - - xcorr1 >> - -
-
-
- - -- cgit