<< xcosPalAddBlock Fonctions utilitaires Scilab xcosPalExport >>

Scilab Help >> Xcos > Fonctions utilitaires Scilab > xcosPalDelete

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

History

VersionDescription
5.4.0 Function added in Scilab 5.4.0

Report an issue
<< xcosPalAddBlock Fonctions utilitaires Scilab xcosPalExport >>