필터 지우기
필터 지우기

Matlab Compiler

조회 수: 4 (최근 30일)
chef13
chef13 2011년 10월 28일
답변: Sorath Asnani 2014년 9월 16일
Hi I want to include in a Simulink model a block called "Matlab Function" in which I wrote a simple function with the m-file editor. When I try to run my model I have this error:
"Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks. Use 'mex -setup' to select a supported C-compiler."
How can I do? I'm trying to download a compiler as Windows SDK 7.1, but the download is very very slow. Have you got some links to other compilers?
Thank you in advance!

답변 (6개)

chef13
chef13 2011년 10월 28일
I have Win7 64bit and matlab 2011a.
What can i download ? Visual studio and sdk Are too slow to Download. Is there some other alternative software? Thank you!
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 10월 28일
The 64 bit compilers supported for your version are listed at
http://www.mathworks.com/support/compilers/R2011a/win64.html
Anything that is not in that table is not supported.

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


Fangjun Jiang
Fangjun Jiang 2011년 10월 28일
Try to run "mex -setup" anyway. I thought if you don't have any C compiler, the default lcc will be used. That should be enough if you just want to use MATLAB Function block in a Simulink model for simulation.
  댓글 수: 1
Titus Edelhofer
Titus Edelhofer 2011년 10월 28일
Hi Fangjun,
normally: yes. But Fabrizio has a 64Bit MATLAB that comes not with lcc (since lcc is only supported on 32bit).
Titus

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


chef13
chef13 2011년 10월 28일
So. What Can I do? I read about the answer of Derek O'Connor, but He said always to download sdk and visual studio c++ and I can't do it!
Please give me a solution :(
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 10월 28일
Then install the 32 bit version of MATLAB as well, and start up matlab with the -win32 flag so that you are running the 32 bit version and so would be able to use lcc.
Or get the 64 compiler software shipped to you (or buy it in a store.)

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


Egor
Egor 2012년 9월 21일
I also have the same problem but i installed the Microsoft SDK and I have visual studio 2010 installed.
  댓글 수: 2
Matthew Doveton
Matthew Doveton 2013년 5월 31일
How did you resolve this issue?
Walter Roberson
Walter Roberson 2013년 5월 31일
VS2010 is not supported for all releases. We would need a more detailed description of the problem (including a copy of what happened with mex -setup) and to know which software releases were involved.

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


ehsan
ehsan 2014년 7월 12일
I receive the very same message. I installed microsoft VS 2013 and 2012. with 2012 I succeeded to configure mex -setup and MATLAB showed 'successfully recognized' message; still I can use MATLAB function block in SIMULINK because I receive that cursed error message!! please help it's pretty urgent my project is nearly due.

Sorath Asnani
Sorath Asnani 2014년 9월 16일
Hi.. m too getting the same error message. I am using windows 8.1, Matlab R2013a 64-bit. I have installed sdk and i have visual studio 2013 installed in my PC. but whenever i run mex -setup, i am getting the same message always.. Please help me to resolve this issue.
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/R2013a/win64.html
Please choose your compiler for building MEX-files:
Would you like mex to locate installed compilers [y]/n? y
No supported SDK or compiler was found on this computer. For a list of supported compilers, see http://www.mathworks.com/support/compilers/R2013a/win64.html
Error using mex (line 206) Unable to complete successfully.

카테고리

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