MegaShark
Results
3
comments of
MegaShark
Variables of type duration, datetime, categorical, and table created in MATLAB 2024b cannot be read.
the datetime variable inside 2020b and 2024b are using different format or precision, in 2020b, the datenum field is saved in 7 bytes, while 2024b using 8 + 3 bytes....
Variables of type duration, datetime, categorical, and table created in MATLAB 2024b cannot be read.
I think only with newer version datetime, didn't check the other mcos type for details
For Char type variable, the encoding is different between V6 and V7, while V6 use uint16 and V7 use utf-8. For the String type variable, the actual data content in...