run mbuild _setup error:Undefined function 'mbuild' for input arguments of type 'char'.

조회 수: 2 (최근 30일)
MATLAB2012b WINDOWS-32bit
>> mex -setup
Welcome to mex -setup. This utility will help you set up
a default compiler. For a list of supported compilers, see
http://www.mathworks.com/support/compilers/R2012b/win32.html
Please choose your compiler for building MEX-files:
Would you like mex to locate installed compilers [y]/n? y
Select a compiler:
[1] Intel Visual Fortran 12.0 (with Microsoft Visual C++ 2010 linker) in D:\ivf\ComposerXE-2011\
[2] Lcc-win32 C 2.4.1 in D:\MATLAB\sys\lcc
[3] Microsoft Visual C++ 2010 in D:\vs2010
[0] None
>>run mbuild _setup
Undefined function 'mbuild' for input arguments of type 'char'.
how to deal with this problem guys

답변 (1개)

Walter Roberson
Walter Roberson 2020년 4월 7일
mbuild is part of the MATLAB Compiler Toolbox. You either do not have that installed, or else you do not have it licensed.
  댓글 수: 4
Walter Roberson
Walter Roberson 2020년 4월 11일
Unfortunately that indicates you do not have a license for the toolbox.
That toolbox is one of the more expensive ones, and it is not available for Student or Home licenses, only for Academic and Commercial / Professional licenses.

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

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by