Does "mex" function require a specific toolbox?

조회 수: 10 (최근 30일)
Luca Gagliano
Luca Gagliano 2018년 2월 12일
댓글: Walter Roberson 2018년 2월 12일
Hi guys,
I need to write some C/C++ code that I can use within some Matlab scripts. I've found the following page: http://uk.mathworks.com/help/matlab/ref/mex.html?s_tid=gn_loc_drop
Which doesn't seem to suggest the need for any additional toolbox. Am I right? My platform is windows 10, and I do have Visual studio compiler (I think it does need to have some C/C++ compiler installed).

답변 (1개)

Adam
Adam 2018년 2월 12일
mex only requires base Matlab, no additional toolboxes.
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 2월 12일
Note that if the mex code uses the api to invoke MATLAB functions then the toolbox for the invoked function must be present.

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

카테고리

Help CenterFile Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by