comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: vector of complex arrays
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: vector of complex arrays [message #36669] Thu, 16 October 2003 16:25 Go to previous message
condor is currently offline  condor
Messages: 35
Registered: January 2002
Member
cabrera@fynu.ucl.ac.be (J Cabrera) wrote in message news:<4ab9e45.0310160836.2efee8e7@posting.google.com>...
> Hi,
>
> I need to create a vector of complex arrays. For example:
>
> If I want to store and to get 5 complex arrays like
>
> x = complexarr(10,10)
> scale_vector = replicate(x,5) ; it does not work but it is for explanation
>
> so I can get one of the arrays like
>
> x2 = scale_vector[2]
>
> Some idea?


I may be misunderstanding the question, but what would distinguish
such a thing from a 3D array? Something like

IDL> scale_vector = complexarr(10,10,5)
IDL> x2 = scale_vector[*,*,2]
IDL> help,x2
X2 COMPLEX = Array[10, 10]
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: How to get actual widget size?
Next Topic: Has IDLDE screwed up my man pages?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 16:49:45 PDT 2025

Total time taken to generate the page: 0.00393 seconds