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 commentaire

Hamid
Hamid le 25 Jan 2014
Modifié(e) : Hamid le 19 Juil 2014
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.

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 25 Jan 2014

1 vote

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

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Question posée :

le 22 Déc 2013

Modifié(e) :

le 19 Juil 2014

Community Treasure Hunt

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

Start Hunting!

Translated by