'name.bat' is not recognized as an internal or external command, operable program or batch file in matlab

10 views (last 30 days)
hi when i am trying to run a stateflow model of name"test.mdl" i am getting an error
Making simulation target "test_sfun", ...
'test_sfun.bat' is not recognized as an internal or external command, operable program or batch file. i am using wndows 7 64 bit os and matlab R2012a
i installed windows sdk 7.1 also. please help me for this

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 1 Jun 2012
Have you run "mex -setup" on your R2012a installation? I have run into a similar issue in the past, and running "mex -setup" fixed it for me.
  6 Comments
Vijay Maddali
Vijay Maddali on 1 Sep 2017
After I sent the question, I stumbled upon the same solution. Yes, mex -setup is what needs to be done to select the compiler which is what is needed to fix the problem. Thanks.

Sign in to comment.

More Answers (3)

Ali
Ali on 23 Dec 2014
I had the same problem and the solution works. Thank you.

Bill Wu
Bill Wu on 25 Dec 2014
Where can I find an appnote for ltedownlinkexample?

emre
emre on 7 Jul 2015
many thanks

Categories

Find more on Complex Logic in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!