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

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

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

Hello,
Mex-Setup! where can I find this installation file. Please help me...
It's a MATLAB command. Just run "mex -setup" (without the quotes) at the MATLAB prompt.
Thank you very much.....its really rocking in my model.
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.

Categories

Find more on Decision Logic in Help Center and File Exchange

Products

Tags

Community Treasure Hunt

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

Start Hunting!