Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to change a file, like .m or .fig of Matlab to an executable file?

Status
Not open for further replies.

fatimajoy

Junior Member level 3
Joined
May 25, 2007
Messages
25
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,447
hi! how can I make a file to an executable file ex .m or .fig of matlab? thanks! A code will really help.
 

Re: .EXE

thanks! but the link I followed create C stand-alone application for the .m. What I want to do is when i double-click the program it will run even if matlab program is not open. any help?
 

.EXE

You can use MATLAB Compiler to build an executable:
https://www.mathworks.com/products/compiler/

Unfortunately, the executable is not self-contained. It requires installing the MATLAB Component Runtime (MCR). The MCR is free to distribute with your executable, but it's huge, like 150 MB.
**broken link removed**
 

Re: .EXE

i've successfully compiled m file but the problem is when I run it on a different computer it returns an error of missing ??????73.dll. I've tried to search in a mcr file created when it was compiled but i didn't find MCRinstaller.exe on it. Can anyone tell me how to run my executable file on other computer without matlab installed on it? thanks!
 

.EXE

check this:
h**p://www.onecore.net/howtocreate-standalone-executable-for-matlab-file.htm

THESE are examples some executable
h**p://people.scs.fsu.edu/~burkardt/m_src/m_src.html
 

.EXE

This page says the "Deployment Tool" helps you package the MCR. I haven't tried it.
**broken link removed**
 

Re: .EXE

thanks guys for all your help! I really appreciate it.!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top