Does "mex" function require a specific toolbox?

11 次查看(过去 30 天)
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