teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

chord

2018/12/30 06:33

投稿

aine_
aine_

スコア22

title CHANGED
File without changes
body CHANGED
@@ -16,10 +16,10 @@
16
16
 
17
17
 
18
18
  ```ここに言語を入力
19
- indices = concatenate( (where(y>=0.5 & x < 1.0)[0],
19
+ indices = concatenate( (where(y>=3.0 & x < 1.0)[0],
20
- where(y<=-0.5 & x < 1.0)[0],
20
+ where(y<=-3.0 & x < 1.0)[0],
21
- where( y <= -3.0 & x >= 1.0)[0],
21
+ where( y <= -0.5 & x >= 1.0)[0],
22
- where( y >= 3.0 & x >= 1.0)[0],
22
+ where( y >= 0.5 & x >= 1.0)[0],
23
23
  where( x >= 3.0 )[0],
24
24
  where( x <= 0 )[0],
25
25
  where( z <= 0 )[0]) )