Skip to content

Instantly share code, notes, and snippets.

View anbara's full-sized avatar

Masaki Yasuhara anbara

View GitHub Profile
# -*- coding: utf-8 -*-
# インクルード
import numpy as np
import scipy.io
# データ作成
val1 = np.arange(10)
val2 = np.arange(15)
dict = {"python":val1, "matlab":val2}