Scilab Reference Manual |
---|
add_palette — Add an entry in the Scicos palettes list
add_palette(title,path)
title | : a character string, the palette title |
path | : a character string, the path of the scicos file associated with the palette |
This function adds a new entry in the Scicos palettes list. The palette should be executed by a Scilab script file. If the given title already exists in the palette list associated with the same file nothing is done. The function checks if the file exist.
Serge Steer , INRIA
<< add_help_chapter | apropos >> |