[Scilab-users] Issue with Using atomsTest

Samuel Gougeon sgougeon at free.fr
Tue Jul 18 15:55:55 CEST 2017


Le 18/07/2017 à 15:50, Samuel Gougeon a écrit :
>
> Workaround: Do the following once. It will then be ok forever:
>
> // after loading it:
> [?,path] = libraryinfo("stixboxlib");
> cwd = pwd();
> cd(path);
> genlib stixboxlib
> cd(cwd)

If for you stixbox is autoloaded at startup, you need to insert the 
following just before genlib:

predef clear
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170718/a828d849/attachment.htm>


More information about the users mailing list