mathnet / mathnet-numerics

Math.NET Numerics
http://numerics.mathdotnet.com
MIT License
3.48k stars 895 forks source link

[Feature Request] Support for Reading Higher-Dimensional Arrays with MatlabReader #1075

Open yammy0623 opened 4 months ago

yammy0623 commented 4 months ago

I am reaching out as a user of the MathNet.Numerics library who regularly utilizes its Matlab capabilities for reading .mat files. Currently, I encounter an issue where I need to read three-dimensional arrays from these files, but I am restricted by the output data type of MatlabReader.Read, which fails when attempting to read data of three or more dimensions.

I would like to request a feature extension that supports the reading of higher-dimensional arrays using MatlabReader. This enhancement would greatly benefit users like myself who work with complex data structures stored in .mat files.

I am enthusiastic about the prospect of contributing to the implementation of this feature and am open to discussing this further with your team. Thank you for considering this enhancement request, and I look forward to the opportunity to collaborate on improving this aspect of the library.