whatever i'm no 1, but it is not important, 
How to slice vector b not SubArrary...

>
> a=zeros(10,10,10)
> for i=1:10^3
> a[i]=i
> end
>
> OK! I have 3D array.
>
> Now I need one vecotr from any dimension.
> If 
> b=slice(a,1,1,:)
> Julia return SubArray not vector !
> How to slice this (and other) *vector* from 3D array?
> Paul
>
>

Reply via email to