<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249396</link>
    <title>MATLAB Central Newsreader - What is a mex file and how it's generated?</title>
    <description>Feed for thread: What is a mex file and how it's generated?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sun, 19 Apr 2009 14:15:04 -0400</pubDate>
      <title>What is a mex file and how it's generated?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249396#643806</link>
      <author>Sprinceana </author>
      <description>I'm a newbie and I dont' understand the term of mex file(matlab executable).&lt;br&gt;
&lt;br&gt;
Can anyone tell me what is a mex file and how it's generated(with a concrete example please):&lt;br&gt;
&lt;br&gt;
not using mcc command this I know.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
A short explanation and concrete should advise me about this term!&lt;br&gt;
&lt;br&gt;
I wait your response!</description>
    </item>
    <item>
      <pubDate>Sun, 19 Apr 2009 19:12:01 -0400</pubDate>
      <title>Re: What is a mex file and how it's generated?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249396#643851</link>
      <author>Sprinceana </author>
      <description>&quot;Sprinceana &quot; &amp;lt;mihaispr@yahoo.com&amp;gt; wrote in message &amp;lt;gsfbl8$8af$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I'm a newbie and I dont' understand the term of mex file(matlab executable).&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Can anyone tell me what is a mex file and how it's generated(with a concrete example please):&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; not using mcc command this I know.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; A short explanation and concrete should advise me about this term!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I wait your response!&lt;br&gt;
&lt;br&gt;
Any ideas ?</description>
    </item>
    <item>
      <pubDate>Sun, 19 Apr 2009 19:23:01 -0400</pubDate>
      <title>Re: What is a mex file and how it's generated?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249396#643854</link>
      <author>Jiro Doke</author>
      <description>&quot;Sprinceana &quot; &amp;lt;mihaispr@yahoo.com&amp;gt; wrote in message &amp;lt;gsfbl8$8af$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I'm a newbie and I dont' understand the term of mex file(matlab executable).&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Can anyone tell me what is a mex file and how it's generated(with a concrete example please):&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; not using mcc command this I know.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; A short explanation and concrete should advise me about this term!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I wait your response!&lt;br&gt;
&lt;br&gt;
Well, I think the documentation is the best place to get an accurate explanation:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f29502.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f29502.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
They're basically used to run C and Fortran code in MATLAB. Here are the examples for C and Fortran (from the documentation)&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667.html&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667dfi1.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667dfi1.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
jiro</description>
    </item>
    <item>
      <pubDate>Sun, 19 Apr 2009 19:27:01 -0400</pubDate>
      <title>Re: What is a mex file and how it's generated?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249396#643855</link>
      <author>Sprinceana </author>
      <description>&quot;Jiro Doke&quot; &amp;lt;jiro.doke@mathworks.com&amp;gt; wrote in message &amp;lt;gsftml$iih$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Sprinceana &quot; &amp;lt;mihaispr@yahoo.com&amp;gt; wrote in message &amp;lt;gsfbl8$8af$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; I'm a newbie and I dont' understand the term of mex file(matlab executable).&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Can anyone tell me what is a mex file and how it's generated(with a concrete example please):&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; not using mcc command this I know.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; A short explanation and concrete should advise me about this term!&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I wait your response!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Well, I think the documentation is the best place to get an accurate explanation:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f29502.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f29502.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; They're basically used to run C and Fortran code in MATLAB. Here are the examples for C and Fortran (from the documentation)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667dfi1.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667dfi1.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; jiro&lt;br&gt;
&lt;br&gt;
Thank you Jiro for your well explanation and links provided!&lt;br&gt;
&lt;br&gt;
Best regards,&lt;br&gt;
&lt;br&gt;
Michael</description>
    </item>
    <item>
      <pubDate>Fri, 24 Apr 2009 23:35:03 -0400</pubDate>
      <title>Re: What is a mex file and how it's generated?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/249396#645287</link>
      <author>Ricardo </author>
      <description>&quot;Sprinceana &quot; &amp;lt;mihaispr@yahoo.com&amp;gt; wrote in message &amp;lt;gsftu5$3ql$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Jiro Doke&quot; &amp;lt;jiro.doke@mathworks.com&amp;gt; wrote in message &amp;lt;gsftml$iih$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &quot;Sprinceana &quot; &amp;lt;mihaispr@yahoo.com&amp;gt; wrote in message &amp;lt;gsfbl8$8af$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I'm a newbie and I dont' understand the term of mex file(matlab executable).&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Can anyone tell me what is a mex file and how it's generated(with a concrete example please):&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; not using mcc command this I know.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; A short explanation and concrete should advise me about this term!&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I wait your response!&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Well, I think the documentation is the best place to get an accurate explanation:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f29502.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f29502.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; They're basically used to run C and Fortran code in MATLAB. Here are the examples for C and Fortran (from the documentation)&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667dfi1.html&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/f7667dfi1.html&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; jiro&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thank you Jiro for your well explanation and links provided!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Best regards,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Michael</description>
    </item>
  </channel>
</rss>

