xcosDiagramToScilab
Load or Save an Xcos diagram
Syntax
scs_m = xcosDiagramToScilab(filename) [scs_m1, scs_m2, ...] = xcosDiagramToScilab([filename1, filename2, ...]) xcosDiagramToScilab(filename, scs_m) xcosDiagramToScilab([filename1, filename2, ...], scs_m1, scs_m2)
Arguments
scs_m: The scicos_diagram data structure.
filename: The Xcos file to load.
Description
Used to load and save a diagram in scripts.
To load some files into Scilab as an scicos_diagram data structure, use one or multiple output variables. The variable can then be manipulated in Scilab to launch a simulation, update context, settings or blocks.
To save a file from Scilab, pass some scicos_diagram data structures as input parameters. The output file format is selected accordingly to the files extension.
Examples
filename=SCI+"/modules/xcos/demos/demo_Datatype.zcos"; scs_m=xcosDiagramToScilab(filename),
See Also
Report an issue | ||
<< xcosAddToolsMenu | Scilab Utilities Functions | xcosPal >> |