KovacsGG/mat4js

Why can't support 64-bit data? (Maybe it's the problem caused by the null value)

Closed this issue · 1 comments

FeatureError: The MAT file has features that are not supported. See Limitations on the project's page: Array's type is 14, 'mxINT64_CLASS' (unsupported)

My cell format roughly as follows:

[1,2,3,4,5,6,7] [] [] [] [] [] [] [] []
[8,9,10] [11,12,13] [14,15,16,17,18,19,20,21,22,23] [] [] [] [] [] []
24 25 [26,27] 28 29 [30,31,32,33,34] [] [] []
35 [36,37] [38,39,40] [] [] [] [] [] []
124 [125,126] [] [] [] [] [] [] []
41 [42,43,44] [45,46] [] [] [] [] [] []
47 [48,49,50,51] 52 [53,54,55] 56 [57,58,59] 60 [61,62,63] [64,65]

My matlab is R2021a.

Sorry, I missed the notification of your activity!

If the issue is still relevant to you, check out the outstanding pull request, that will likely read 64 bit values into JavaScript BigInts.