From ac01f75eaa0475879647e8c6e1343e4c49d7c18c Mon Sep 17 00:00:00 2001 From: rupak Date: Thu, 10 Oct 2019 12:57:46 +0530 Subject: added help for toolbox --- help/en_US/c_sub.xml | 82 ---------------------------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 help/en_US/c_sub.xml (limited to 'help/en_US/c_sub.xml') diff --git a/help/en_US/c_sub.xml b/help/en_US/c_sub.xml deleted file mode 100644 index 9b82fc2..0000000 --- a/help/en_US/c_sub.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - c_sub - subtraction from C - - - Syntax - a = c_sub(b,c) - - - Arguments - - - b - - first input argument - - - - c - - second input argument - - - - a - - output argument - - - - - - Description - Do 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"); - - - - Examples - c_sub(3,4) - - - See also - - - c_sum - - - - -- cgit