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 #36671 is a reply to message #36669] Thu, 16 October 2003 15:49 Go to previous messageGo to previous message
andrew.cool is currently offline  andrew.cool
Messages: 47
Registered: July 2003
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?
>
> Thanks
>
> Juan

Juan,

What about x = complexarr(10,10,5) ?

or an array of structures? :-

st_def = {ca:complexarr(10,10)}

scale_vector = Replicate(st_def,5)

Andrew
[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 18:43:22 PDT 2025

Total time taken to generate the page: 0.00397 seconds