필터 지우기
필터 지우기

is there a sort of configurartion for mex on a matlab function block?

조회 수: 4 (최근 30일)
I have been struggling to build a mex file from a MATLAB function block. I have visual studio 2012 and MATLAB R2013a installed but it always can't locate the compiler. I have tried going to mex-setup from the command window but it just gives a text usage Mex[option 1..option n]source file1....., a path to mex.pl located in d MATLAB folder and an error: undefined function or variable 'setup'

채택된 답변

Walter Roberson
Walter Roberson 2015년 9월 24일
Make sure you use
mex -setup
with a space between "mex" and "setup". Otherwise it is going to think that you are trying to do a subtraction.

추가 답변 (0개)

카테고리

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