フィルターのクリア

Why mex is creating error?

1 回表示 (過去 30 日間)
Shaila parvin
Shaila parvin 2014 年 2 月 10 日
編集済み: Rehan 2017 年 9 月 5 日
I run this code:
mex -O resize.cc
mex -O reduce.cc
mex -O shiftdt.cc
mex -O features.cc
mex -O fconv.cc
This error occurs:
??? Error using ==> mex at 222 Unable to complete successfully.
Error in ==> compile at 1 mex -O resize.cc
What to do now?
  1 件のコメント
Walter Roberson
Walter Roberson 2014 年 2 月 10 日
It doesn't say anything else?
Have you used
mex -setup
to configure your compiler ?

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

回答 (2 件)

Rehan
Rehan 2017 年 8 月 5 日
編集済み: Walter Roberson 2017 年 8 月 5 日
hi
this syntax is for mac or linux, but if you are running this code on windows. use full path like this
mex C:\Users\....\resize.cc
if you have any issue you can ask. i hope it helped.
  3 件のコメント
Jan
Jan 2017 年 8 月 5 日
@Rehan: The situation is the same under Linux, MacOS and Windows: If resize.cc is in the current folder, no path is required. If it is not in the current folder, you need either a relative or absolute path.
Rehan
Rehan 2017 年 9 月 5 日
編集済み: Rehan 2017 年 9 月 5 日
you are absolutely right, maybe his file is not in current folder so its giving error, i tried to make easy for him.

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


Jan
Jan 2017 年 8 月 5 日

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by