<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<font face="Courier New">Stéphane,<br>
<br>
Thanks.<br>
<br>
Federico<br>
</font><br>
<div class="moz-cite-prefix">On 21/01/2020 06:14, Stéphane Mottelet
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:d6d8c876-793b-5fb9-2920-b9fa338db889@utc.fr">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<p>Hi Frederico,</p>
<p>You are right, we have to (and will) fix this before the
release</p>
<p>S.<br>
</p>
<div class="moz-cite-prefix">Le 21/01/2020 à 09:41, Federico
Miyara a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:ea8c4d24-a270-33cc-d32c-e4d9af304611@fceia.unr.edu.ar">
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<font face="Courier New"><br>
Dear all,<br>
<br>
I've noticed that log10 doesn't support hyperarrays, while log
(natural logrithm) does (even if the documantation in both
cases says they are applicable to vectors and matrices: <br>
<br>
a = rand(3,2,2);<br>
b = log(a)<br>
c = log10(a)<br>
d = log(a)/log(10) <br>
<br>
--> b = log(a)<br>
b = <br>
<br>
(:,:,1)<br>
<br>
-0.6847401 -0.0808957<br>
-1.051648 -0.0525378<br>
-0.9483546 -1.06847 <br>
(:,:,2)<br>
<br>
-0.9781346 -0.6944493<br>
-0.3091181 -1.3323448<br>
-1.3410298 -0.6436786<br>
<br>
--> c = log10(a)<br>
c = <br>
<br>
-0.2973788 -0.0351326<br>
-0.4567249 -0.0228169<br>
-0.4118652 -0.4640306<br>
<br>
--> d = log(a)/log(10) <br>
d = <br>
<br>
(:,:,1)<br>
<br>
-0.2973788 -0.0351326<br>
-0.4567249 -0.0228169<br>
-0.4118652 -0.4640306<br>
(:,:,2)<br>
<br>
-0.4247984 -0.3015955<br>
-0.1342483 -0.57863 <br>
-0.5824019 -0.279546 <br>
<br>
As can be seen, log10 is yielding just the first page.<br>
<br>
It's strange, since log10 can be easily obtained from log, but
both functions are primitives<br>
<br>
</font><font face="Courier New">Regards,<br>
<br>
Federico Miyara<br>
<br>
</font> <br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org" moz-do-not-send="true">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users" moz-do-not-send="true">https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<pre class="moz-signature" cols="72">--
Stéphane Mottelet
Ingénieur de recherche
EA 4297 Transformations Intégrées de la Matière Renouvelable
Département Génie des Procédés Industriels
Sorbonne Universités - Université de Technologie de Compiègne
CS 60319, 60203 Compiègne cedex
Tel : +33(0)344234688
<a class="moz-txt-link-freetext" href="http://www.utc.fr/~mottelet" moz-do-not-send="true">http://www.utc.fr/~mottelet</a>
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>