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.
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to