I wrote a function thaht works on a 3D matrix.<br>As first thing I have an array and I want reshape it into a 3D matrix (for further manipulations).<br>For this reason I wrote in a row:<br><br>matrix=matrix.reshape(a, b, c).T<br>

<br>It work fine on GNU/Linux and Mac OS but not on Windows.<br>In Windows I get this error:<br><br>matrix=matrix.reshape(a, b, c).T<div class="im"><br>ValueError: total size of new array must be unchanged<br><br></div>Thank you.<br>
<br><br><br><div class="gmail_quote">2011/10/11 David Robinow <span dir="ltr"><<a href="mailto:drobinow@gmail.com">drobinow@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
2011/10/11 Paolo Zaffino <<a href="mailto:zaffino.p@gmail.com">zaffino.p@gmail.com</a>>:<br>
> Nobody can help me?<br>
 Nope, not unless you post some code. Your problem description is too vague.<br>
</blockquote></div><br>