I'd like to load a MATLAB file that stores a 1x1 struct with 4 fields using Go. I haven't found anything comparable to Python's SciPy which has a "loadmat" function. What is the best way to read .mat files in Go?
2条回答 默认 最新
duanpasi6287 2014-10-24 18:16关注You may have to write your own Go package. MathWorks suggests that you interface with their MATLAB MAT-file C API. To do that in Go, use cgo.
References:
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报