diff options
Diffstat (limited to 'help/en_US/upsamplefill.xml')
-rw-r--r-- | help/en_US/upsamplefill.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/help/en_US/upsamplefill.xml b/help/en_US/upsamplefill.xml index 8a6e352..1d42bd2 100644 --- a/help/en_US/upsamplefill.xml +++ b/help/en_US/upsamplefill.xml @@ -24,7 +24,7 @@ <refsynopsisdiv> <title>Calling Sequence</title> <synopsis> - y = upsamplefill (x, w) + y = upsamplefill (x, w, cpy) </synopsis> </refsynopsisdiv> @@ -54,9 +54,6 @@ The third argument, if true, means that w should be scalar and that each value i <refsection> <title>Examples</title> <programlisting role="example"><![CDATA[ -upsamplefill([0.4,0.5],7) -ans = -0.4 7. 0.5 7. ]]></programlisting> </refsection> </refentry> |