nisp — Functions to configure the NISP library.
nisp_startup () nisp_shutdown () level = nisp_verboselevelget ( ) nisp_verboselevelset ( level ) nisp_initseed ( seed )
The following functions are available.
Starts up the NISP toolbox. This function allows to connect Scilab to the NISP library.
Shuts down the NISP toolbox. This function is currently a no-op, but might be modified in future releases of the toolbox.
Returns the current verbose level. The default value of the verbose level is 0. If the verbose level is set to 1, the NISP library may display additionnal message. In the current implementation, there are no such verbose message, but this may change in future releases of the library.
The current verbose level.
Sets the value of the verbose level.
The verbose level.