You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am reaching out as a user of the
MathNet.Numerics
library who regularly utilizes itsMatlab
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 ofMatlabReader.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.
The text was updated successfully, but these errors were encountered: