回答編集履歴
1
コード修正
answer
CHANGED
@@ -2,7 +2,6 @@
|
|
2
2
|
|
3
3
|
X=LAI、Y=toc_red として
|
4
4
|
```python
|
5
|
-
import numpy as np
|
6
5
|
#x_latent = np.linspace(min(LAI), max(LAI), 100)
|
7
6
|
y_latent = [0.015, 0.025, 0.035]
|
8
7
|
from scipy import interpolate
|