<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264503</link>
    <title>MATLAB Central Newsreader - i need help for mex-file</title>
    <description>Feed for thread: i need help for mex-file</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>Thu, 29 Oct 2009 19:22:03 -0400</pubDate>
      <title>i need help for mex-file</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264503#690800</link>
      <author>abdelmoumen </author>
      <description>hi everybody&lt;br&gt;
&lt;br&gt;
i want write a mex-file from the fortran source code of the 4nec2&lt;br&gt;
&lt;br&gt;
but there are many fuctions and input/output params&lt;br&gt;
&lt;br&gt;
how can i do this?????&lt;br&gt;
&lt;br&gt;
thank's at advance</description>
    </item>
    <item>
      <pubDate>Thu, 29 Oct 2009 21:36:02 -0400</pubDate>
      <title>Re: i need help for mex-file</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264503#690833</link>
      <author>James Tursa</author>
      <description>&quot;abdelmoumen &quot; &amp;lt;bmoumen27@yahoo.fr&amp;gt; wrote in message &amp;lt;hccq0r$560$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; hi everybody&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; i want write a mex-file from the fortran source code of the 4nec2&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; but there are many fuctions and input/output params&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; how can i do this?????&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; thank's at advance&lt;br&gt;
&lt;br&gt;
Where can the source code be found?&lt;br&gt;
&lt;br&gt;
James Tursa</description>
    </item>
    <item>
      <pubDate>Sat, 31 Oct 2009 12:29:02 -0400</pubDate>
      <title>here is the code</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264503#691161</link>
      <author>abdelmoumen </author>
      <description>&quot;James Tursa&quot; &amp;lt;aclassyguy_with_a_k_not_a_c@hotmail.com&amp;gt; wrote in message &amp;lt;hcd1s2$i5n$1@fred.mathworks.com&amp;gt;... &lt;br&gt;
&amp;gt; Where can the source code be found?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; James Tursa&lt;br&gt;
&lt;br&gt;
here you can find the code&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://home.ict.nl/~arivoors/Nec2dXS_src.zip&quot;&gt;http://home.ict.nl/~arivoors/Nec2dXS_src.zip&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
thanks</description>
    </item>
    <item>
      <pubDate>Sat, 31 Oct 2009 17:13:01 -0400</pubDate>
      <title>Re: here is the code</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264503#691187</link>
      <author>James Tursa</author>
      <description>&quot;abdelmoumen &quot; &amp;lt;bmoumen27@yahoo.fr&amp;gt; wrote in message &amp;lt;hchaie$9q3$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;James Tursa&quot; &amp;lt;aclassyguy_with_a_k_not_a_c@hotmail.com&amp;gt; wrote in message &amp;lt;hcd1s2$i5n$1@fred.mathworks.com&amp;gt;... &lt;br&gt;
&amp;gt; &amp;gt; Where can the source code be found?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; James Tursa&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; here you can find the code&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;a href=&quot;http://home.ict.nl/~arivoors/Nec2dXS_src.zip&quot;&gt;http://home.ict.nl/~arivoors/Nec2dXS_src.zip&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; thanks&lt;br&gt;
&lt;br&gt;
That's 10,000+ lines of sparsely commented F77 code. The TAPEx nomenclature leads me to believe it was possibly written for an old CDC computer. It would probably take an experienced programmer several weeks or months to convert all of the individual functions to mex routines. Is that what you are after?&lt;br&gt;
&lt;br&gt;
James Tursa</description>
    </item>
    <item>
      <pubDate>Sun, 01 Nov 2009 11:22:03 -0500</pubDate>
      <title>Re: here is the code</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264503#691260</link>
      <author>abdelmoumen </author>
      <description>&quot;James Tursa&quot; &amp;lt;aclassyguy_with_a_k_not_a_c@hotmail.com&amp;gt; wrote in message &amp;lt;hchr6t$lra$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; That's 10,000+ lines of sparsely commented F77 code. The TAPEx nomenclature leads me to believe it was possibly written for an old CDC computer. It would probably take an experienced programmer several weeks or months to convert all of the individual functions to mex routines. Is that what you are after?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; James Tursa&lt;br&gt;
&lt;br&gt;
the exe app was built with a fortran gcc 95;&lt;br&gt;
i know that there are +10000 lines, and i dont know programming in fortran that's why i find it too difficult for me&lt;br&gt;
i think that the idea to generate a mex-file for each fortran routine is good&lt;br&gt;
is there any special things to split the entire code into many routines?????&lt;br&gt;
thank's</description>
    </item>
    <item>
      <pubDate>Sun, 01 Nov 2009 11:47:38 -0500</pubDate>
      <title>Re: here is the code</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264503#691264</link>
      <author>Rune Allnor</author>
      <description>On 1 Nov, 12:22, &quot;abdelmoumen &quot; &amp;lt;bmoume...@yahoo.fr&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; i know that there are +10000 lines, and i dont know programming in fortran that's why i find it too difficult for me&lt;br&gt;
&lt;br&gt;
Then you have two choises:&lt;br&gt;
&lt;br&gt;
1) Pay somebody to do the MEX convcersion for you&lt;br&gt;
2) Ditch the fortran code, and instead re-implement&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;the functionality in some language you know.&lt;br&gt;
&lt;br&gt;
Rune</description>
    </item>
    <item>
      <pubDate>Sun, 01 Nov 2009 19:57:01 -0500</pubDate>
      <title>Re: here is the code</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264503#691338</link>
      <author>abdelmoumen </author>
      <description>Rune Allnor &amp;lt;allnor@tele.ntnu.no&amp;gt; wrote in message &amp;lt;fac9c920-4325-44fb-b310-062dfe2a4241@j19g2000yqk.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; Then you have two choises:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; 1) Pay somebody to do the MEX convcersion for you&lt;br&gt;
&amp;gt; 2) Ditch the fortran code, and instead re-implement&lt;br&gt;
&amp;gt;    the functionality in some language you know.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Rune&lt;br&gt;
&lt;br&gt;
thank's!!!!!!!!!!!!!!!!</description>
    </item>
  </channel>
</rss>

