Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - English


xcosPalDelete

Remove an Xcos palette.

Syntax

xcosPalDelete(category);

Arguments

category:

string array; the category path to delete

Description

Remove an existing palette.

Examples

loadXcosLibs();

// add a palette
pal = xcosPal("My sum palette");
pal = xcosPalAddBlock(pal, "SUM_f");
pal = xcosPalAddBlock(pal, "BIGSOM_f");
xcosPalAdd(pal);

// remove the palette
xcosPalDelete("My sum palette")

See also

  • xcosPal — Instantiate a new Xcos palette on Scilab.
  • xcosPalAdd — Add a palette to the Scilab/Xcos palette manager. Optional property can be added to set the category of the palette.

History

VersionDescription
5.4.0 Function added in Scilab 5.4.0
Report an issue
<< xcosPalAddBlock Scilab Utilities Functions xcosPalExport >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Mar 27 11:52:50 GMT 2023