<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_REOPENED "
title="REOPENED - median(sparse) takes all implicit zero elements into account, making the result"
href="http://bugzilla.scilab.org/show_bug.cgi?id=8101">bug 8101</a>
<br><br>
---------- Bug Summary ----------- <br>median(sparse) takes all implicit zero elements into account, making the result <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>-->s=sparse([1 0 2 0 0 ; 0 -4 0 0 7 ]) s = ( 2, 5) sparse matrix ( 1, 1) 1. ( 1, 3) 2. ( 2, 2) - 4. ( 2, 5) 7. -->median(s) ans = ( 1, 1) sparse matrix ( 1, 1) 0.5 -->median(s,"r") !--error 21 Index invalide.at line 26 of function %sp_i_s called by : at line 50 of function median called by : median(s,"r") -->median(s,"c") !--error 21 Index invalide.at line 26 of function %sp_i_s called by : at line 52 of function median called by : median(s,"c")
</td>
<td>
</td>
</tr>
<tr>
<td style="text-align:right;">Component</td>
<td>Numerical Math
</td>
<td>Sparse
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>adeline.carnis@scilab-enterprises.com
</td>
<td>sgougeon@free.fr
</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>