Skip to content

Instantly share code, notes, and snippets.

@anbara
Created October 15, 2017 12:21
Show Gist options
  • Save anbara/e889b815033634ae3928a786e4f9494f to your computer and use it in GitHub Desktop.
Save anbara/e889b815033634ae3928a786e4f9494f to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
# インクルード
import numpy as np
import scipy.io
# データ作成
data = np.arange(10)
# mat保存
scipy.io.savemat("test.mat", {'name':data})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment