Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
scicos_diagram
Define a scs_m structure
diagram
Type : scilab tlist of type "diagram"
with fields :
props,
objs and
version.
props
Diagram properties.
This entry contains various information such some main diagram initials values.
Type : params .
objs
List of objects included in the Xcos diagram.
The objects can also be deleted object data structure. Deleted object data structure is marked list('Deleted')
. This objects are temporaries that will be removed on save or load.
Size : total number of objects in the diagram.
version
A string that gives the version of the Xcos diagram. This is used to provide compatibility with old diagram.
Note that you can get the current version of Xcos by using the entry 'About Xcos' in the help menu or by using the function get_scicos_version().
Size : 1.
Type : String.
Examples
loadXcosLibs(); // load standard library scs_m = scicos_diagram(); // new diagram tree_show(scs_m); // display it
scs_m = scicos_diagram(), scs_m.props.title = "My_new_schema"
Report an issue | ||
<< scicos_cpr | Structure de données Scilab/Xcos | scicos_graphics >> |