[Scilab-users] Shrinkage of hyper-matrix happen again

fujimoto2005 fujimoto2005 at gmail.com
Wed Oct 28 04:26:05 CET 2015


I heard the shrinkage problem of the hyper-matrix with the last dimension of
1 element in scilab 5.5.2 has been fixed in scilab 6.
I confirmed the first version of scilab 6 has fixed it.

But it seems to re-happen in the nightly build scilab-master-1445614374
(64-bit).

Please try the following script.
    
x=zeros(2,3,1,3);
y=zeros(2,3,1);
size(x)
size(y)

I want to get size(y) to be 2,3,1.
But it returns 2,3.
Is it my misunderstanding?



--
View this message in context: http://mailinglists.scilab.org/Shrinkage-of-hyper-matrix-happen-again-tp4033046.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list