summaryrefslogtreecommitdiff
path: root/help/en_US/postpad.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/postpad.xml')
-rw-r--r--help/en_US/postpad.xml51
1 files changed, 0 insertions, 51 deletions
diff --git a/help/en_US/postpad.xml b/help/en_US/postpad.xml
index 8c96bae..e5e0979 100644
--- a/help/en_US/postpad.xml
+++ b/help/en_US/postpad.xml
@@ -20,55 +20,4 @@
<refpurpose></refpurpose>
</refnamediv>
-<refsynopsisdiv>
- <title>Calling Sequence</title>
- <synopsis>
- Y = postpad (X, L)
- Y = postpad (X, L, C)
- </synopsis>
-</refsynopsisdiv>
-
-<refsection>
- <title>Parameters</title>
- <variablelist>
- <varlistentry><term>X:</term>
- <listitem><para>Input vector or matrix of real numbers.</para></listitem></varlistentry>
- <varlistentry><term>L:</term>
- <listitem><para> The length of the final postpadded sequence.</para></listitem></varlistentry>
- <varlistentry><term>C:</term>
- <listitem><para>number used for postpadding.</para></listitem></varlistentry>
- <varlistentry><term>Y:</term>
- <listitem><para>Output</para></listitem></varlistentry>
- </variablelist>
-</refsection>
-
-<refsection>
- <title>Description</title>
- <para>
- Append the scalar value C to the vector X until it is of length L.
- </para>
- <para>
- If C is not given, a value of 0 is used.
- </para>
- <para>
- If 'length (X) > L', elements from the end of X are removed until a vector of length L is obtained.
- </para>
-</refsection>
-
-<refsection>
- <title>Examples</title>
- <programlisting role="example"><![CDATA[
- x = [1 2 3];
- L = 6;
- y = postpad(x, L)
- ]]></programlisting>
-</refsection>
-
- <refsection>
- <title>Authors</title>
- <simplelist type="vert">
- <member>Sonu Sharma, RGIT Mumbai (fellow at FOSSEE, IIT Bombay)</member>
- </simplelist>
- </refsection>
-
</refentry>