how can i do about error 206?

2 ビュー (過去 30 日間)
HYUKJIN Song
HYUKJIN Song 2014 年 5 月 27 日
コメント済み: HYUKJIN Song 2014 年 6 月 1 日
hi
i'm studying mex, but i don't understand one thing
what can i do about error 206?
internet has much information, but it is not match my conditions
i'm using parallel studio xe 2011 with vs 2008 and visual fortran compiler 2012
1. mex -setup is doing well
2. follow the matlab external interfaces ( mex timestwo.f)
the problem is 2,
mex timestwo.F
D:\BIN\MEX.PL: Error: 'timestwo.F' not found.
error using mex(line 206)
unable to complete successfully.
help please..

採用された回答

James Tursa
James Tursa 2014 年 5 月 27 日
編集済み: James Tursa 2014 年 5 月 27 日
The source code file timestwo.F either needs to be in the current directory, or you need to give the explicit path to the file. That is why MATLAB cannot find it. For the MATLAB supplied example files, however, my advice is to NOT compile them in their original directories. Instead, copy the timestwo.F file to a working directory where you have write privileges, then make that directory your current directory, then issue the mex timestwo.F command again.
  1 件のコメント
HYUKJIN Song
HYUKJIN Song 2014 年 6 月 1 日
thanks :) i solved this problem!

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

その他の回答 (0 件)

カテゴリ

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