Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
manedit
editing a manual item
Syntax
manedit(manitem)
Arguments
- manitem
character string (usually, name of a function)
Description
edit(manitem)
opens the xml file associated to manitem
in the scilab editor.
If there is no xml file associated with manitem
and
manitem
is the name of a Scilab function, editor opens with
the skeleton of the xml file produced by help_skeleton. This
file is located in TMPDIR.
Examples
manedit('manedit') function [x, y, z]=foo123(a, b), x=a+b,y=a-b,z=a==b endfunction manedit foo123
See also
- help — commande d'aide en ligne
- help_skeleton — build the skeleton of the xml help file associated to a Scilab function
Report an issue | ||
<< Scilab documentation format | Documentation : gestion | xmltohtml >> |