Skip to content

Conversation

@matthijscox
Copy link
Member

@matthijscox matthijscox commented Dec 5, 2025

Defined MatlabClassObject{D} to support any type of D<:AbstractDict.
Same for MatlabOpaque{D}

Made OrderedDict the default for MatlabClassObject when converting MatlabStructArrays. We should prepare for making OrderedDict the default over Dict when reading structs, to have read-write consistency for MatlabClassObject

Also added feature to index linearly with integers into MatlabStructArray to easily obtain a single 'row'.

Fixes: #223

@matthijscox matthijscox merged commit 7b194a8 into master Dec 5, 2025
15 checks passed
@matthijscox matthijscox deleted the ordered-structs branch December 5, 2025 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failure to read MatlabClassObject as class

2 participants