Can I use Matfile LIbrary to access MAT files from C program without using mex

I want to use some data that is in several mat files in a C program. I want the C program to be independent of MATLAB, ie I don't want to compile through the mex utility. It is not clear from the documentation whether the matfile library can be used this way.

 採用された回答

Kaustubha Govind
Kaustubha Govind 2012 年 2 月 27 日

1 投票

Yes, you can write standalone applications using the MAT-file library than can run independent of MATLAB. You just need to copy over the required DLLs. See Deploying MAT-File Applications.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeWrite C Programs to Read MAT File Data についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by