質問編集履歴

1

文法の修正

2017/06/26 06:19

投稿

uc200
uc200

スコア32

test CHANGED
File without changes
test CHANGED
@@ -126,22 +126,6 @@
126
126
 
127
127
  t1=np.array(t)
128
128
 
129
- t2=t
130
-
131
- if len(t)>100:
132
-
133
- t2=t[0:100]+[0]*(len(t)-100)
134
-
135
-
136
-
137
- else:
138
-
139
- pass
140
-
141
-
142
-
143
- t2=np.array(t2)
144
-
145
129
  x1=-np.cos((i-t1)/10)*np.sin(f)*np.cos(f)
146
130
 
147
131
  y1=np.cos((i-t1)/10)*np.sin(f)*np.sin(f)