Calling MATLAB from visual studio 2010
古いコメントを表示
I perform all commands in below link: http://www.mathworks.com/matlabcentral/answers/100603 but strange is that my file is built truly but when I click ''start without debugging'', the file isn't performed and gives the error available in attached picture taken from screen. I suspect step 4 section d for producing this message. Of course, it's completely possible that I am wrong. What's story?
1 件のコメント
回答 (1 件)
Image Analyst
2014 年 1 月 25 日
1 投票
I agree with the error message. Your command line is messed up. You have two filenames separated only by a semicolon and you're trying to run that as if it were one long valid filename, which it's not (as it told you).
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!