Man Scilab

add_palette
Scilab Function

add_palette - Add an entry in the Scicos palettes list

Calling Sequence

add_palette(title,path)

Parameters

Description

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.

See Also

scicos ,  

Author

Serge Steer , INRIA

Back