質問編集履歴
1
chord
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,10 +16,10 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
```ここに言語を入力
|
19
|
-
indices = concatenate( (where(y>=
|
19
|
+
indices = concatenate( (where(y>=3.0 & x < 1.0)[0],
|
20
|
-
where(y<=-
|
20
|
+
where(y<=-3.0 & x < 1.0)[0],
|
21
|
-
where( y <= -
|
21
|
+
where( y <= -0.5 & x >= 1.0)[0],
|
22
|
-
where( y >=
|
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]) )
|