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

Change language to:
Français - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab Help >> Xcos > Scilab Utilities Functions > xcosPalMove

xcosPalMove

Move a palette from a category to another one.

Calling Sequence

xcosPalMove(source, target);

Arguments

source:

string array; the source category path

target:

string array; the target category path

Description

Move 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
xcosPalMove("My sum palette", ["Custom made" "Sum"]);

See also

  • xcosPal — Instanciate 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.
  • xcosPalDelete — Remove an Xcos palette.

History

VersionDescription
5.4.0 Function added in Scilab 5.4.0
Report an issue
<< xcosPalGenerateAllIcons Scilab Utilities Functions xcosUpdateBlock >>

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:
Wed Apr 01 10:14:06 CEST 2015