c_subsubtraction from CSyntaxa = c_sub(b,c)Argumentsbfirst input argumentcsecond input argumentaoutput argumentDescriptionDo a subtraction.Add here a paragraph of the function description
LaTeX can also be used to render equation: In this case, the rendering should $x-y$It is now possible to include an image in using Scilab code (this requires to declare the namespace xmlns:scilab="http://www.scilab.org"):
plot3d();
]]>
plot3d();
If an image contains a localized string then the attribute scilab:localized="true" is required:
plot2d();
xtitle("My Beautiful 2D plots");
]]>
plot2d();
xtitle("My Beautiful 2D plots");
Examplesc_sub(3,4)See also
c_sum