The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Compile Matlab

    Discussion in 'Apple and Mac OS X' started by masterchef341, Apr 21, 2008.

  1. masterchef341

    masterchef341 The guy from The Notebook

    Reputations:
    3,047
    Messages:
    8,636
    Likes Received:
    4
    Trophy Points:
    206
    can someone walk me through convert m file code into C / C++ code and then building and compiling the application? its going to be done in matlab on an intel mac.

    i know it can be done. just need instructions. thanks!
     
  2. system_159

    system_159 Notebook Deity

    Reputations:
    363
    Messages:
    794
    Likes Received:
    0
    Trophy Points:
    30
    Go to http://www.mathworks.com/access/hel...p/toolbox/compiler/compiler_product_page.html
    and read the chapter on "Deployment Process"(select it on the left), it details how to compile code to run on computers that don't have Matlab installed.

    You will need to have the MCRInstaller on any computer besides your own that you plan to run your program on. Let me know if you need it, and I can give you a link to it, as it's kind of hard to find.(note: it's a Windows executable)