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 个)

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