read .mat file in c# [duplicate]
Possible Duplicate:
Import / read / load variables from matlab matfile it C#
I am not a matlab expert, I am looking for some class library which shall read matlab file (.mat) developed in .net
Please suggest any opensource api
The CSMatIO submission on the file exchange exposes a .Net API for accessing .mat files. AFAIK .mat files are just HDF5 files, so you may be able to get an HDF5 reader to read them as well.
精彩评论