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

Home » Public Forums » archive » Re: Random selection
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: Random selection [message #51255 is a reply to message #51254] Sat, 11 November 2006 05:23 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Julio writes:

> I have a simple question (I guess...).
> I have an array with two columns and a thousand of rows. Each row has a
>
> pair of latitude and longitude.
>
>
> Array=floatarr(2, 1000)
>
>
> -27.3456 -54.6529
> -23.4546 -56.7263
> ... and so on...
>
>
> I need to retrieve only 100 pairs, randomly. How can I do that?

Like this:

indices = Randomu(seed, 100) * 1000
selected = array[*,indices]

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: colorbar positioning in postscript
Next Topic: canonical correlations

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

Current Time: Fri Oct 10 10:59:30 PDT 2025

Total time taken to generate the page: 0.16482 seconds