Clear Filters
Clear Filters

How to create exe file in Matlab 2009a from .m file ??

2 views (last 30 days)
How to create exe file in Matlab 2009a from .m file ??

Accepted Answer

Arnaud Miege
Arnaud Miege on 7 Apr 2011
You need to use the MATLAB Compiler to generate an executable. The executable uses a runtime engine called the MATLAB Compiler Runtime (MCR), which needs to be installed on the end-user machine before he can run the executable. You can freely redistribute the MCR if you have a license of the MATLAB Compiler.
HTH,
Arnaud
  8 Comments
yatin kharbe
yatin kharbe on 27 Apr 2011
How can i use 'SendKey' code to send the symbol ' from Matlab to notepad
Arnaud Miege
Arnaud Miege on 27 Apr 2011
I've no idea what you're talking about. Please start a new question, as it appears to be completely unrelated.

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!