Fork me on GitHub

  2013年9月17日
摘要: 列出当前目录 import os; print os.getcwd()python load .mat variable aimport scipy.io as sptmp=sp.loadmat('a.mat')data=tmp['a'] 阅读全文
posted @ 2013-09-17 19:20 huashiyiqike 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Load pickle files inMatlabPosted onJune 12, 2013byxcorrhttp://xcorr.net/2013/06/12/load-pickle-files-in-matlab/It’s easy enough to load .mat files in Python via thescipy.io.loadmatfunction. But what about loading .picklefiles into Matlab? That’s easy enough by calling a system command in Matlab, lik 阅读全文
posted @ 2013-09-17 17:15 huashiyiqike 阅读(2384) 评论(0) 推荐(0) 编辑