Man Scilab

manedit
Scilab Function

manedit - editing a manual item

Calling Sequence

manedit(manitem ,[editor])

Parameters

Description

edit(manitem ,[editor]) opens the file manitem in the editor given by editor .

Default editor is Emacs. This function should be customized according to your needs.

Examples


//manedit('lqg')
 
  

See Also

whereis ,   edit ,  

Back