Created
October 15, 2017 12:33
-
-
Save anbara/350672567093f76698bef251cb9652a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# インクルード | |
import numpy as np | |
import scipy.io | |
# データ作成 | |
strarr = ["python", "matlab"] | |
# mat保存 | |
scipy.io.savemat("test.mat", {'name':strarr}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment