<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Le 16/07/2018 à 21:37,
<a class="moz-txt-link-abbreviated" href="mailto:ludovic.wagner67@gmail.com">ludovic.wagner67@gmail.com</a> a écrit :<br>
</div>
<blockquote cite="mid:1531769868090-0.post@n3.nabble.com"
type="cite">
<pre wrap="">Thanks again Samuel, but I have the following error on my computer (Linux
Mint 18.3):
An error has been detected while loading
/opt/scilab-6.0.1/share/scilab/modules/randlib/.libs/libscirandlib.so:
/opt/scilab-6.0.1/share/scilab/modules/randlib/.libs/libsci randlib.so:
cannot open shared object file: No such file or directory</pre>
</blockquote>
<br>
It <a href="http://bugzilla.scilab.org/show_bug.cgi?id=15524">comes
from grand(..)</a> that is used in the example just to create some
sample data.<br>
You may use <br>
int((rand(nl,10)-0.5)*2e4) <br>
instead, or your own actual data.<br>
<br>
<br>
</body>
</html>