Name

getscilabmode — returns scilab mode

Calling Sequence

mode = getscilabmode()

Description

returns scilab mode. 4 modes are possible : STD , API , NW , NWNI .

APIScilab is launch as an API.

STDThe standard Scilab (gui, plot ...)

NWScilab in command line with the plots.

NWNIScilab in command line without any graphics.

Examples

 
getscilabmode()
 

See Also

scilab