Calling MATLAB from visual studio 2010
Show older comments
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 Comment
Answers (1)
Image Analyst
on 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).
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!