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

Home » Public Forums » archive » ERROR: Attempt to subscript B with is out of range
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
ERROR: Attempt to subscript B with is out of range [message #89912] Wed, 24 December 2014 03:52 Go to previous message
g.nacarts is currently offline  g.nacarts
Messages: 148
Registered: November 2013
Senior Member
Hi

I've got a 3D array B[100,200,200]. My array B sometimes contains negative values and other times very large values. In order to make sure that when there are either negative or very large values will set to zero I wrote the following code:

FOR i=0L,199 DO BEGIN
FOR j=0L,199 DO BEGIN
WRONG = total((B[*,i,j] LT 0) OR (B[*,i,j] GT 10000))
IF WRONG GT 0 THEN B[*,i,j]=0
ENDFOR
ENDFOR

I got the error Attempt to subscript B with j is out of range. I cannot figure out with this happen with the j variable. Any idea?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Nested data structures
Next Topic: eps issues with ps_start

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

Current Time: Wed Oct 08 13:59:14 PDT 2025

Total time taken to generate the page: 0.00397 seconds