timetables stored within a 1x1 cell array within a .mat file
조회 수: 1 (최근 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!