summaryrefslogtreecommitdiff
path: root/help/en_US/wkeep.xml
diff options
context:
space:
mode:
authorSunil Shetye2018-07-25 17:32:17 +0530
committerSunil Shetye2018-07-26 23:50:17 +0530
commitcdd55940b7a287810e423017c42e7c965815c468 (patch)
treed802563d2d507039354a3cf48e75465b7e7a8d76 /help/en_US/wkeep.xml
parent1251f70aa3442736ce6fd9c4fb7fbce412af5a52 (diff)
downloadFOSSEE-Signal-Processing-Toolbox-cdd55940b7a287810e423017c42e7c965815c468.tar.gz
FOSSEE-Signal-Processing-Toolbox-cdd55940b7a287810e423017c42e7c965815c468.tar.bz2
FOSSEE-Signal-Processing-Toolbox-cdd55940b7a287810e423017c42e7c965815c468.zip
code changes by Shashikiran Yadalam during FOSSEE Fellowship 2018
Diffstat (limited to 'help/en_US/wkeep.xml')
-rw-r--r--help/en_US/wkeep.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/en_US/wkeep.xml b/help/en_US/wkeep.xml
index 3bac5e2..85c0692 100644
--- a/help/en_US/wkeep.xml
+++ b/help/en_US/wkeep.xml
@@ -44,7 +44,7 @@
<refsection>
<title>Description</title>
<para>
-This is an Octave function
+This function extracts a vector from the given vector of length l.
[y]=wkeep(x,l) extracts a vector of length l from the centre of input vector x.
[y]=wkeep(x,l,opt) extracts vector based on opt which could be 'l','r' or 'c' (left, right or central).
</para>
@@ -54,9 +54,9 @@ This is an Octave function
<title>Examples</title>
<programlisting role="example"><![CDATA[
1. [y]=wkeep([1 2 3;4 5 6],[2 2])
-y= 1 2
+//y= 1 2
2. [y]=wkeep([1 2 3 4 5 6],3,'r')
-y= 4 5 6
+//y= 4 5 6
]]></programlisting>
</refsection>
</refentry>