Scilab Function
sci2htm - Creates a help file for each function defined in a Scilab .sci file.
Calling Sequence
-
function sci2htm(func)
Parameters
Description
Uses the perl script sci2hmt.pl to create a .htm help file for each function
which is defined in the .sci file stored in the string func.
Some minor modifications may be needed to complete the help files.
Examples
sci2htm("sci2htm.sci")