summaryrefslogtreecommitdiff
path: root/help/en_US/octave_fun.xml
diff options
context:
space:
mode:
authorrupak2019-10-18 16:29:45 +0530
committerrupak2019-10-18 16:29:45 +0530
commitd525b352aa098234d99782d742cfd012d74e89da (patch)
tree514d3dd084a28c9f9f63c45fa87e128e8308c280 /help/en_US/octave_fun.xml
parent055350439cbfcbeda69aa7355b5d0c8a384fd09c (diff)
downloadfossee-scilab-octave-toolbox-d525b352aa098234d99782d742cfd012d74e89da.tar.gz
fossee-scilab-octave-toolbox-d525b352aa098234d99782d742cfd012d74e89da.tar.bz2
fossee-scilab-octave-toolbox-d525b352aa098234d99782d742cfd012d74e89da.zip
correction in help
Diffstat (limited to 'help/en_US/octave_fun.xml')
-rw-r--r--help/en_US/octave_fun.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/help/en_US/octave_fun.xml b/help/en_US/octave_fun.xml
index bfbb118..21d9903 100644
--- a/help/en_US/octave_fun.xml
+++ b/help/en_US/octave_fun.xml
@@ -128,7 +128,9 @@ y = octave_fun("hamming",M,"periodic")
<title>Examples</title>
<programlisting role="example"><![CDATA[
-// Generating an elliptic or Cauer filter with given passband ripple and stopband attenuation, using octave and its "signal" package. See help in octave for more information about "ellip" function
+// Generating an elliptic or Cauer filter with given passband ripple and stopband attenuation, using octave and its "signal" package.
+// See help in octave for more information about "ellip" function.
+// Note that this example requires the "signal" package to be installed in octave.
[b, a]=octave_fun("ellip","signal",5,1,90,[0.1 0.2])
]]></programlisting>