nisp_startup — Starts up the NISP toolbox.
nisp_startup ( )
This function allows to connect Scilab to the NISP library.
The function connects the standard output to the Scilab message system, so that the messages are printed in Scilab's console, instead of the terminal.
The function connects the Nisp error function to Scilab's error function, so that error messages are generated when required.
The function initializes to the seed of the random number generator, so that the behaviour of the toolbox can be reproduced.