Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Math Forum
»
Discussions
»
Software
»
comp.soft-sys.matlab
Notice: We are no longer accepting new posts, but the forums will continue to be readable.
Topic:
how to convert *.m to an executable file in mac
Replies:
1
Last Post:
Mar 25, 2011 10:42 AM
|
 |
|
|
Re: how to convert *.m to an executable file in mac
Posted:
Mar 25, 2011 10:42 AM
|
|
On 25/03/11 5:23 AM, Raady wrote:
> I created a GUI interface for my project and i worked on windows. I used > "deploytool" to convert my *.m file in to an *.exe file and every thing > is working fine. > > My problem is , I need to convert my *.m file into *.dmg file > (executable file in mac). > Any help or suggestions or links will be handy ! Thanks in advance !
A .dmg file is NOT an executable file on OS-X. A .dmg file is a "disk image file", and the disk image may then _contain_ anything including executable files. You can find a guide to creating .dmg files here: http://www.wikihow.com/Make-a-DMG-File-on-a-Mac
|
|
|
|