<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - prettyprint error when argument is a matrix (i.e. two dimensionnal array) conta"
href="http://bugzilla.scilab.org/show_bug.cgi?id=8087">bug 8087</a>
<br><br>
---------- Bug Summary ----------- <br>prettyprint error when argument is a matrix (i.e. two dimensionnal array) conta <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">URL</td>
<td>-->prettyprint(%inf)
ans =
$Inf$
-->prettyprint([%inf 0 1 -%inf])
ans =
${\begin{pmatrix}Inf&0&1&-Inf\cr \end{pmatrix}}$
-->prettyprint([%inf 0; 1 -%inf])
!--error 264
Mauvaise valeur pour l'argument 1: Ne doit pas contenir de NaN ou Inf.
at line 91 of function norm called by :
at line 125 of function prettyprint called by :
prettyprint([%inf 0; 1 -%inf])
</td>
<td>
</td>
</tr>
<tr>
<td style="text-align:right;">Component</td>
<td>Input / output
</td>
<td>Strings
</td>
</tr></table>
<p>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>