<< edit_error Editeur de script scinotes >>

Scilab Help >> Editeur de script > editor

editor

Call the text editor as defined in the preferences

Syntax

editor(...)

Description

An external text editor can be used with Scilab. This has to be configured in the preferences menu.

By default, Scinotes is the preferred editor.

Examples

// editor without parameters
editor();

// editor with a file name
editor('SCI/modules/time/macros/datenum.sci');

See also


Report an issue
<< edit_error Editeur de script scinotes >>