Matthijs Cox
Matthijs Cox
I guess all we need to do is define a [Base.propertynames](https://docs.julialang.org/en/v1/base/base/#Base.propertynames) for the `Axis` type?
We're working on class support, hopefully that will allow duration support soon as well: #205
Reading of duration is supported now with the `Dates.Millisecond` type in v0.11
Can I help somehow with this issue? I'd like MAT.jl to be in a good state.
This PR does not seem to add any new features, so let's close it.
This should work now in MAT v0.11. Tried with the struct array of tables example here. I also tried with tables _inside_ tables as well. In MATLAB: ```matlab x =...