timetables stored within a 1x1 cell array within a .mat file
4 ビュー (過去 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
0 件のコメント
採用された回答
Sean de Wolski
2019 年 5 月 7 日
編集済み: Sean de Wolski
2019 年 5 月 7 日
No. Timetable shipped in R2016b; you'll need to upgrade.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Timetables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!