Why do I get "Warning: Variable 'Acceleration' originally saved as a timetable cannot be instantiated as an object and will be read in as a uint32" when loading sensor data from MATLAB Mobile into MATLAB?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 6 Feb. 2019
Beantwortet: MathWorks Support Team
am 26 Mär. 2019
I am using MATLAB Mobile on my Android device. From the sensors page, I select the "log" option, then I hit start. I then move the log file from MATLAB Drive into my desktop but when I load it in MATLAB, I get the following error.
Warning: Variable 'Acceleration' originally saved as a timetable cannot be
instantiated as an object and will be read in as a uint32.
> In myfile (line 1)
Warning: Variable 'AngularVelocity' originally saved as a timetable cannot be
instantiated as an object and will be read in as a uint32.
> In myfile (line 1)
Cell contents reference from a non-cell array object.
Akzeptierte Antwort
MathWorks Support Team
am 6 Feb. 2019
MATLAB Mobile stores sensor data as timetables in a MAT file. Timetables were introduced in MATLAB R2016b, thus you will receive the above error message when attempting to open the MAT file with a MATLAB earlier than R2016b.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu JSON Format finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!