![](https://secure.gravatar.com/avatar/cd1f9cbf8cdac7d33a8d921fe65cc116.jpg?s=120&d=mm&r=g)
Aug. 22, 2005
2:39 p.m.
Hello all Question: Lets say I have two arrays dimensioned according to: my_array = zeros((dim1,dim2,dim3)).astype(Complex32) my_array_2 = zeros((dim3,dim2)).astype(Complex32) where dim2 is not equal to dim3. Also Notice that dim2 and dim3 are swapped in my_array_2 relative to my_array. For some value of dim1 I would like to write a chunk of data contained in my_array_2 to the chunk of memory represented by my_array[dim1,:,:]. How can I best do this? Cheers, Daniel
7118
Age (days ago)
7118
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel Sheltraw