function
editfls - GUI fls editor.
Calling Sequence
-
editfls fls
Parameters
-
fls
: fuzzy logic system.
Description
editfls
is an embedded scilab fuzzy logic system editor
written in TCL/TK.
The main window have four zones:
Menu: At top level. This zone have the File,
View and Help command.
Center left window (main selection) : Show a tree of
current editing structure. With one click the state change and show
the associated information or possible parameters in the center right
window.
Center right window (change information): Display
information and parameters. This is the zone of editing.
Status bar: Show some important information about the
editor status, also, warnings to the user.
If
editfls
is called without any argument, then only open
the editor.
Examples
editfls
fls=newfls("Example");
editfls fls
See Also
fls_structure
,
Author
Jaime Urzua Grez