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일
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 Exchange에서 Write 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