timetables stored within a 1x1 cell array within a .mat file

2 次查看(过去 30 天)
I have Matlab 2015b on my compuster... is there a way to open data within a mat file that has been stored as a timetable?
If I load the mat file, a 1x1 cell array appears. I know that within the cell array is a timetable with a series of variables but I can not see/load/access these.
Any suggestions or is a newer version necessary?
So far I use:
load('LargeMatFile.mat');
or
load('LargeMatFile.mat,'data');
data is the name of the 1x1 cell.
Thanks

采纳的回答

Sean de Wolski
Sean de Wolski 2019-5-7
编辑:Sean de Wolski 2019-5-7
No. Timetable shipped in R2016b; you'll need to upgrade.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

产品


版本

R2014b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by