Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
editor
Call the text editor as defined in the preferences
Calling Sequence
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
- scinotes — Scinotes: Embedded Scilab text editor
Report an issue | ||
<< edit_error | Text editor (Scinotes) | scinotes >> |