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

Home » Public Forums » archive » Where.. Then Loop IDL help
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: Where.. Then Loop IDL help [message #93772 is a reply to message #93771] Thu, 13 October 2016 22:08 Go to previous messageGo to previous message
smnadoum is currently offline  smnadoum
Messages: 24
Registered: June 2016
Junior Member
On Thursday, October 13, 2016 at 9:39:33 PM UTC-7, Cheryl wrote:
> Hi,
>
> I am new to IDL world, and was wondering if you can help me create a loop.
>
> I need to create an array by replacing all values in 'a' that are greater than 5 by 20.
>
> c= where(a gt 5) then [c] = 20
>
> Is this the correct way to do it?
>
> Thanks

I think i found a way to do it

a[where(a gt 5,/null)]=20 is it correct?? How can I create an array for this?
I tried to do :c= a[where(a gt 5,/null)]=20, but I keep getting a syntax error
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: coregistering images - help needed
Next Topic: Mac Yosemite X Window Display

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

Current Time: Wed Oct 08 11:44:18 PDT 2025

Total time taken to generate the page: 0.00482 seconds