<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 - resize_matrix misworks with hypermatrix"
href="http://bugzilla.scilab.org/show_bug.cgi?id=6824">bug 6824</a>
<br><br>
---------- Bug Summary ----------- <br>resize_matrix misworks with hypermatrix <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>-->m=rand(8,3,2) m = (:,:,1) 0.6912788 0.0143259 0.7876622 0.7656859 0.8191490 0.1262083 0.3572650 0.1304993 0.7883861 0.7693400 0.9682004 0.3453042 0.5477634 0.6561381 0.2659857 0.0962289 0.2445539 0.9709819 0.9561172 0.5283124 0.8875248 0.2207409 0.8468926 0.2066753 (:,:,2) 0.8525161 0.3161073 0.9071155 0.6744698 0.5305191 0.3360149 0.9152874 0.5715175 0.1175613 0.0284860 0.0478015 0.9253724 0.2367841 0.8248620 0.7263671 0.7015344 0.5798843 0.9009498 0.1202527 0.2791808 0.3948993 0.8287412 0.9545111 0.5655180 -->resize_matrix(m,10,4) ans = 0.6912788 0.0143259 0.7876622 0.7656859 0.8191490 0.1262083 0.3572650 0.1304993 0.7883861 0.7693400 0.9682004 0.3453042 0.5477634 0.6561381 0.2659857 0.0962289 0.2445539 0.9709819 0.9561172 0.5283124 0.8875248 0.2207409 0.8468926 0.2066753 // Either an error message is expected if hypermats are not supported,// Or the following result:-->resize_matrix(m(:,:,1),10,4) ans = 0.6912788 0.0143259 0.7876622 0. 0.7656859 0.8191490 0.1262083 0. 0.3572650 0.1304993 0.7883861 0. 0.7693400 0.9682004 0.3453042 0. 0.5477634 0.6561381 0.2659857 0. 0.0962289 0.2445539 0.9709819 0. 0.9561172 0.5283124 0.8875248 0. 0.2207409 0.8468926 0.2066753 0. 0. 0. 0. 0. 0. 0. 0. 0.
</td>
<td>
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>paul.bignier@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>