0

Possible Duplicate:
Import / read / load variables from matlab matfile it C#

I want to write a c# program that opens a .mat file (Matlab) without instantiating a COM Matlab Server. Is there a library to do so?

Community
  • 1
  • 1
Nestor
  • 13,706
  • 11
  • 78
  • 119
  • 1
    related question: http://stackoverflow.com/questions/4281348/import-read-load-variables-from-matlab-matfile-it-c – Amro Jun 27 '11 at 00:20

1 Answers1

0

MatLab File Format

Brad
  • 20,302
  • 36
  • 84
  • 102
  • Fantastic... have you come across a .Net library for it? – Nestor Jun 26 '11 at 23:37
  • 5
    -1 not a very helpful answer. Writing your own library for parsing this complex format would be a really ambitious project. Besides you do not want to reinvent the wheel.. – Amro Jun 27 '11 at 00:17