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 convert m file of MATLAB into exe file?

Status
Not open for further replies.

yan105

Newbie level 5
Joined
Jan 11, 2005
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
36
convert matlab function into exe

I have a m file of MATLAB. I want to convert it into exe file and run it outside of MATLAB. any materials about this?
Thanks.
 

how to convert matlab file into exe

may be this site could help u

https://answers.google.com/answers/threadview?id=377517


usually its done using the MCC compiler command.. its of the form

mcc -m filename.m

and there are more options for converting using mcc command. u must have a built in compiler.. matlab if u have it intalled.. it s explained in matlab documentation. u could seek the matlab help also for getting it! i dont have an example for u as of now as i dont have a compiler installed.. wiull post it soon.. but the link i gave above could be useful i think, as if contains examples.


/cedance.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top