Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.1 - Русский

Change language to:
English - Français - 日本語 - Português -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Справка Scilab >> Online help management > manedit

manedit

editing a manual item

Calling Sequence

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 — on-line help command
  • help_skeleton — build the skeleton of the xml help file associated to a Scilab function
Report an issue
<< Scilab documentation format Online help management %helps >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Oct 02 14:01:18 CEST 2014