diff options
Diffstat (limited to 'help/en_US/scilab_en_US_help/c_sub.html')
-rw-r--r-- | help/en_US/scilab_en_US_help/c_sub.html | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/help/en_US/scilab_en_US_help/c_sub.html b/help/en_US/scilab_en_US_help/c_sub.html deleted file mode 100644 index 14306d7..0000000 --- a/help/en_US/scilab_en_US_help/c_sub.html +++ /dev/null @@ -1,87 +0,0 @@ -<html><head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>c_sub</title> - <style type="text/css" media="all"> - @import url("scilab_code.css"); - @import url("xml_code.css"); - @import url("c_code.css"); - @import url("style.css"); - </style> - </head> - <body> - <div class="manualnavbar"> - <table width="100%"><tr> - <td width="30%"> - <span class="previous"><a href="c_multiplybypi.html"><< c_multiplybypi</a></span> - - </td> - <td width="40%" class="center"> - <span class="top"><a href="section_597319ec0f8f262cff8ce5d679429f35.html">scilab_toolbox</a></span> - - </td> - <td width="30%" class="next"> - <span class="next"><a href="c_sum.html">c_sum >></a></span> - - </td> - </tr></table> - <hr /> - </div> - - - - <span class="path" dir="ltr"><a href="index.html">scilab_toolbox</a> >> <a href="section_597319ec0f8f262cff8ce5d679429f35.html">scilab_toolbox</a> > c_sub</span> - - <br /><br /> - <div class="refnamediv"><h1 class="refname">c_sub</h1> - <p class="refpurpose">subtraction from C</p></div> - <div class="refsynopsisdiv"><h3 class="title">Syntax</h3> - <div class="synopsis"><pre><span class="default">a</span><span class="default"> = </span><span class="functionid">c_sub</span><span class="default">(</span><span class="default">b</span><span class="default">,</span><span class="default">c</span><span class="default">)</span></pre></div></div> - <div class="refsection"><h3 class="title">Arguments</h3> - <dl><dt><span class="term">b</span> - <dd><p class="para">first input argument</p></dd></dt> - <dt><span class="term">c</span> - <dd><p class="para">second input argument</p></dd></dt> - <dt><span class="term">a</span> - <dd><p class="para">output argument</p></dd></dt></dl></div> - <div class="refsection"><h3 class="title">Description</h3> - <p class="para">Do a subtraction.</p> - <p class="para">Add here a paragraph of the function description</p> - <p class="para">LaTeX can also be used to render equation: In this case, the rendering should <span><img src='./_LaTeX_c_sub.xml_1.png' style='position:relative;top:6px;width:41px;height:18px' alt='$x-y$'/></span></p> - <p class="para">It is now possible to include an image in using Scilab code (this requires to declare the namespace xmlns:scilab="http://www.scilab.org"):</p> - <div class="programlisting"><pre class="xmlcode"><span class="xmllowtag"><</span><span class="xmltagname">scilab:image</span><span class="xmlgreattag">></span> -<span class="xmldefault"> plot3d();</span> -<span class="xmllowclose"></</span><span class="xmltagname">scilab:image</span><span class="xmlgreattag">></span></pre></div> - <img src='./c_sub_1.png'/> - <p class="para">If an image contains a localized string then the attribute scilab:localized="true" is required:</p> - <div class="programlisting"><pre class="xmlcode"><span class="xmllowtag"><</span><span class="xmltagname">scilab:image</span> <span class="xmlattributename">localized</span><span class="xmlequal">=</span><span class="xmlattributevalue">"true"</span><span class="xmlgreattag">></span> -<span class="xmldefault"> plot2d();</span> -<span class="xmldefault"> xtitle("My Beautiful 2D plots");</span> -<span class="xmllowclose"></</span><span class="xmltagname">scilab:image</span><span class="xmlgreattag">></span></pre></div> - <img src='./c_sub_en_US_2.png'/></div> - <div class="refsection"><h3 class="title">Examples</h3> - <div class="programlisting"><table border="0" width="100%"><tr><td width="98%"><pre class="scilabcode"><span class="scilabid">c_sub</span><span class="scilabopenclose">(</span><span class="scilabnumber">3</span><span class="scilabdefault">,</span><span class="scilabnumber">4</span><span class="scilabopenclose">)</span></pre></td><td valign="top"><a href="scilab://scilab.execexample/"><img src="ScilabExecute.png" border="0"/></a></td><td valign="top"><a href="scilab://scilab.editexample/"><img src="ScilabEdit.png" border="0"/></a></td><td></td></tr></table></div></div> - <div class="refsection"><h3 class="title">See also</h3> - <ul class="itemizedlist"><li class="member"><a href="c_sum.html" class="link">c_sum</a> — sum from C</li></ul></div> - <br /> - - <div class="manualnavbar"> - <table width="100%"> - <tr><td colspan="3" class="next"><a href="http://bugzilla.scilab.org/enter_bug.cgi?product=Scilab%20software&component=Documentation%20pages" class="ulink">Report an issue</a></td></tr> -<tr> - <td width="30%"> - <span class="previous"><a href="c_multiplybypi.html"><< c_multiplybypi</a></span> - - </td> - <td width="40%" class="center"> - <span class="top"><a href="section_597319ec0f8f262cff8ce5d679429f35.html">scilab_toolbox</a></span> - - </td> - <td width="30%" class="next"> - <span class="next"><a href="c_sum.html">c_sum >></a></span> - - </td> - </tr></table> - <hr /> - </div> - </body> -</html> |