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

Hamid
Hamid 2014년 1월 25일
편집: Hamid 2014년 7월 19일
In general, problem of MATLAB is in for loops that cause some slowness. If while loops are used instead of for loops, speed will be increased very much (some complicated tests can be very interesting) and additionally, while loops are more flexible than for loops and therefore, MATLAB, will be an excellent friend for a programmer with very complicated mathematical calculations and operations. Additionally, because of existence of MATLAB Coder toolbox, it's unnecessary to follow C++ for these complicated calculations. In fact, in early future, C++ with respect to MATLAB, will be like Assembly with respect to C++. Only MATLAB. Thanks God for such a powerful software and I wish God's attentions and helps for its kind engineers.

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

답변 (1개)

Image Analyst
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에 대해 자세히 알아보기

질문:

2013년 12월 22일

편집:

2014년 7월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by