Warning when opening a mat file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
BdS
am 27 Jan. 2020
Beantwortet: Walter Roberson
am 27 Jan. 2020
Hi,
I have got a rather big mat file (870.04 MB) which I would like to open.
I get the following worning:
Warning: Variable 'XX' originally saved as a XXX cannot be instantiated as an object and will be read in as a
uint32.
Do you have any suggestions on how I can solve this problem?
Thank you in advance for your help
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 27 Jan. 2020
You need to have the class definition of XXX on your path in order to be able to load those objects.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Movie 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!