Scilab-Branch-5.3-GIT
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
help
on-line help command
Calling Sequence
help(key) help
Arguments
- key
character string. Gives the help page to be found
Description
help
without argument displays the hypertext page
containing the list of help chapters.
help(key)
displays the Scilab help file associated with the
given key
. If no help file is found, help(key)
automatically call apropos(key)
.
See man for more explanation on how to write new help pages .
<< del_help_chapter | Online help management | help_from_sci >> |