create an .exe file

4 views (last 30 days)
armin
armin on 22 Jul 2011
hello
I create an exe file (from my GUI) with mbuild in matlab but when i run it on a PC that doesn't have matlab recieve an error.Why????????
is it possible to run that without having matlab??(like a program)
thank u

Answers (2)

the cyclist
the cyclist on 22 Jul 2011
Maybe I am misunderstanding your question, but don't you have to run the command "mcc" to compile the MATLAB code, not the "mbuild" command?
(I haven't used the MATLAB compiler in a very long time, so apologies if this is not correct.)

Robert Cumming
Robert Cumming on 22 Jul 2011
what error do you get?
You need to deploy the MCR installer to run the exe on a PC that doesn't have matlab.
You can generate the MCR from the deploytool.
  1 Comment
Walter Roberson
Walter Roberson on 22 Jul 2011
And possibly there is a DLL that is missing on the target system.

Sign in to comment.

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!