【发布时间】:2022-01-04 22:21:15
【问题描述】:
我正在尝试使用 R 读取 .mat 文件。
library(R.matlab)
data <- readMat('e-060RAW.mat')
它给了我这个错误。
Error in readMat5(con, firstFourBytes = firstFourBytes, maxLength = maxLength) :
Reading of MAT v7.3 files is not supported. If possible, save the data in MATLAB using 'save -V6'.
我该如何解决这个问题。 有没有其他方法可以使用 R 读取 .mat 文件。
【问题讨论】:
标签: r matlab error-handling