fix: fix bug where multiple fields' structures can only read the first field with mat73 - #321
fix: fix bug where multiple fields' structures can only read the first field with mat73#321usopp333 wants to merge 1 commit into
Conversation
usopp333
commented
Jul 15, 2026
- mat73: s.a = [1, 2, 3,4]; s.b=[2,3,4,5]; save('s.mat', 's'); only read s.a;
- mat5: no bug
- fix bug by Cursor-AI
- Update H5Literate return value handling in Mat_H5ReadGroupInfo and Mat_H5ReadGroupInfoIterate functions
d3e0fbd to
64d0f52
Compare
|
Which tool and version did you use to save the MAT-file? I cannot reproduce the reported issue with the snippet above, because MATLAB R2026a saves a struct's field names in a Reproduction: the issue appears as soon as the attribute is removed. After deleting
Could you provide the actual |
64d0f52 to
3c0fe3e
Compare
…t field with mat73
- mat73: s.a = [1, 2, 3,4]; s.b=[2,3,4,5]; save('s.mat', 's'); only read s.a;
- mat5: no bug
- fix bug by Cursor-AI
- Update H5Literate return value handling in Mat_H5ReadGroupInfo and Mat_H5ReadGroupInfoIterate functions
3c0fe3e to
a2430ba
Compare
|
@usopp333 Any feedback? |
|
But which tools created Lum_struct.mat. I doubt it was MATLAB R2025b. |



