Problems with mex setup

2 ビュー (過去 30 日間)
Lelia Loures
Lelia Loures 2015 年 11 月 25 日
コメント済み: Muhammed Ali Erbir 2018 年 12 月 6 日
I use a Matlab 2013a running in a windows 10 64 bits and everytime i try to use mex this following message appears:
>> mex setup
C:\PROGRA~1\MATLAB\R2013A\BIN\MEX.PL: Error: '–setup' not found.
Error using mex (line 206)
Unable to complete successfully.
I`ve seen a lot of people with the same problem and i have already tried all solutions: i have installed Visual Studio C 2012, 2014, 2010 , windows SDK for windows 10 and .NET Framework 4.6 SDK
But nothing seems to work. Can someone help me please?
  1 件のコメント
Muhammed Ali Erbir
Muhammed Ali Erbir 2018 年 12 月 6 日
SDK is not enough. you have to install visual studio (at least community version)
while installing you have to select "C++ desktop app development" optioncompiler for matlab.PNG

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 11 月 25 日
You are typing in the wrong command. You are typing in
mex –setup
but you need
mex -setup
You probably cannot see the difference but it is there. The clue is to look at the error message:
C:\PROGRA~1\MATLAB\R2013A\BIN\MEX.PL: Error: '–setup' not found.
Notice how long the line is before "setup". You are using a m-dash instead of a regular dash.
  2 件のコメント
James Tursa
James Tursa 2015 年 11 月 25 日
+1 Sharp eyes!
Walter Roberson
Walter Roberson 2015 年 11 月 25 日
Sharp eye. I think I've now hit legally blind in the other eye :(

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeTroubleshooting in MATLAB Compiler SDK についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by