質問編集履歴

1

chord

2018/12/30 06:33

投稿

aine_
aine_

スコア22

test CHANGED
File without changes
test CHANGED
@@ -34,13 +34,13 @@
34
34
 
35
35
  ```ここに言語を入力
36
36
 
37
- indices = concatenate( (where(y>=0.5 & x < 1.0)[0],
37
+ indices = concatenate( (where(y>=3.0 & x < 1.0)[0],
38
38
 
39
- where(y<=-0.5 & x < 1.0)[0],
39
+ where(y<=-3.0 & x < 1.0)[0],
40
40
 
41
- where( y <= -3.0 & x >= 1.0)[0],
41
+ where( y <= -0.5 & x >= 1.0)[0],
42
42
 
43
- where( y >= 3.0 & x >= 1.0)[0],
43
+ where( y >= 0.5 & x >= 1.0)[0],
44
44
 
45
45
  where( x >= 3.0 )[0],
46
46