0

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

Community
  • 1
  • 1
Steve.Naash
  • 111
  • 2
  • 6

1 Answers1

1

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.

Praetorian
  • 106,671
  • 19
  • 240
  • 328