필터 지우기
필터 지우기

Is it possible to use mat.h outside Matlab?

조회 수: 3 (최근 30일)
Sndn_Shr
Sndn_Shr 2017년 12월 13일
편집: Sndn_Shr 2017년 12월 15일
I used mat.h in Matlab generated executable using the mex file. I was wondering, is it possible to use this Matlab API in a separate IDE such as Visual Studio?

답변 (1개)

James Tursa
James Tursa 2017년 12월 13일
You can use it e.g. in an Engine application program as opposed to a mex routine. But even in the Engine application program you will still need to link in the appropriate MATLAB libraries.
  댓글 수: 2
Walter Roberson
Walter Roberson 2017년 12월 13일
If the purpose were to be to use the headers without the MATLAB software, such as if you were writing non-MATLAB code that had to output .mat files, then you need to read through the license terms carefully, as some uses like that are permitted but some are not.
Sndn_Shr
Sndn_Shr 2017년 12월 15일
편집: Sndn_Shr 2017년 12월 15일
Yes. I was considering to use these libs for a C++ project.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by