timetables stored within a 1x1 cell array within a .mat file
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
elspeth storey
il 7 Mag 2019
Modificato: elspeth storey
il 7 Mag 2019
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 Commenti
Risposta accettata
Sean de Wolski
il 7 Mag 2019
Modificato: Sean de Wolski
il 7 Mag 2019
No. Timetable shipped in R2016b; you'll need to upgrade.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Timetables in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!