<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262376</link>
    <title>MATLAB Central Newsreader - C/C++ to matlab</title>
    <description>Feed for thread: C/C++ to matlab</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>Mon, 05 Oct 2009 23:52:02 -0400</pubDate>
      <title>C/C++ to matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262376#684888</link>
      <author>Ongun Palaoglu</author>
      <description>Hello, I  have a code. I need to change that code for matlab. I am wandering if there is an article so I can read before start. Thank you</description>
    </item>
    <item>
      <pubDate>Tue, 06 Oct 2009 00:58:03 -0400</pubDate>
      <title>Re: C/C++ to matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262376#684896</link>
      <author>Maya </author>
      <description>&quot;Ongun Palaoglu&quot; &amp;lt;ongun@mac.com&amp;gt; wrote in message &amp;lt;hae0r2$erv$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello, I  have a code. I need to change that code for matlab. I am wandering if there is an article so I can read before start. Thank you&lt;br&gt;
&lt;br&gt;
check matlab help and read mex file creation. its pretty simple to call c from matlab. </description>
    </item>
    <item>
      <pubDate>Tue, 06 Oct 2009 01:17:21 -0400</pubDate>
      <title>Re: C/C++ to matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262376#684897</link>
      <author>Ongun Palaoglu</author>
      <description>&quot;Maya &quot; &amp;lt;priyaravi_22@yahoo.co.in&amp;gt; wrote in message &amp;lt;hae4mr$nf6$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Ongun Palaoglu&quot; &amp;lt;ongun@mac.com&amp;gt; wrote in message &amp;lt;hae0r2$erv$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hello, I  have a code. I need to change that code for matlab. I am wandering if there is an article so I can read before start. Thank you&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; check matlab help and read mex file creation. its pretty simple to call c from matlab. &lt;br&gt;
&lt;br&gt;
Dear Maya, I do not want to call the function. I want to change the language to Matlabs own language . </description>
    </item>
    <item>
      <pubDate>Wed, 07 Oct 2009 19:11:02 -0400</pubDate>
      <title>Re: C/C++ to matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262376#685413</link>
      <author>Bill McKeeman</author>
      <description>&quot;Ongun Palaoglu&quot; &amp;lt;ongun@mac.com&amp;gt; wrote in message &amp;lt;hae5r1$59l$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Maya &quot; &amp;lt;priyaravi_22@yahoo.co.in&amp;gt; wrote in message &amp;lt;hae4mr$nf6$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &quot;Ongun Palaoglu&quot; &amp;lt;ongun@mac.com&amp;gt; wrote in message &amp;lt;hae0r2$erv$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Hello, I  have a code. I need to change that code for matlab. I am wandering if there is an article so I can read before start. Thank you&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; check matlab help and read mex file creation. its pretty simple to call c from matlab. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Dear Maya, I do not want to call the function. I want to change the language to Matlabs own language . &lt;br&gt;
&lt;br&gt;
In any particular case, someone who knows both languages can do a reasonable job of hand-translating from C++ to MATLAB.  I do not know of any articles that will help you.  A program to do the job could be written, but the output would be less than perfect: either it would fail to translate something or it would make such ugly M code that you would not want to use it.</description>
    </item>
    <item>
      <pubDate>Wed, 07 Oct 2009 20:15:44 -0400</pubDate>
      <title>Re: C/C++ to matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262376#685432</link>
      <author>Dave</author>
      <description>I'm translating some C code to Matlab right now, and gotta tell you, something like a &quot;C for Matlab users&quot; would be sweet like this one for R:&lt;br&gt;
&lt;br&gt;
www.math.umaine.edu/~hiebeler/comp/matlabR.pdf</description>
    </item>
    <item>
      <pubDate>Fri, 09 Oct 2009 21:35:02 -0400</pubDate>
      <title>Re: C/C++ to matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262376#686055</link>
      <author>Ongun Palaoglu</author>
      <description>We are planning to connect a webcam to matlab( we are going to make a motion detetction system on matlab), logitech's website there is a code which controls the motor of the webcam. which on is more usefull calling the function or changing the language to matlab?</description>
    </item>
    <item>
      <pubDate>Fri, 09 Oct 2009 21:40:12 -0400</pubDate>
      <title>Re: C/C++ to matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262376#686056</link>
      <author>Rune Allnor</author>
      <description>On 9 Okt, 23:35, &quot;Ongun Palaoglu&quot; &amp;lt;on...@mac.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; We are planning to connect a webcam to matlab( we are going to make a motion detetction system on matlab), logitech's website there is a code which controls the motor of the webcam. which on is more usefull calling the function or changing the language to matlab?&lt;br&gt;
&lt;br&gt;
Check what toolboxes are available. Ask the manufacturer/vendor&lt;br&gt;
of the camera if there are drivers available to link the camera&lt;br&gt;
up through e.g. the instrumentation toolbox, or image aqcuisition&lt;br&gt;
toolbox.&lt;br&gt;
&lt;br&gt;
Rune</description>
    </item>
    <item>
      <pubDate>Fri, 09 Oct 2009 21:44:02 -0400</pubDate>
      <title>Re: C/C++ to matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262376#686058</link>
      <author>Ongun Palaoglu</author>
      <description>&lt;a href=&quot;http://www.quickcamteam.net/documentation/how-to/how-to-control-pan-tilt-zoom-on-logitech-cameras/PTZ-1.1.zip&quot;&gt;http://www.quickcamteam.net/documentation/how-to/how-to-control-pan-tilt-zoom-on-logitech-cameras/PTZ-1.1.zip&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
this is the file I want to call. </description>
    </item>
    <item>
      <pubDate>Mon, 12 Oct 2009 14:18:10 -0400</pubDate>
      <title>Re: C/C++ to matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/262376#686469</link>
      <author>Mark Jones</author>
      <description>Ongun Palaoglu wrote:&lt;br&gt;
&amp;gt; We are planning to connect a webcam to matlab( we are going to make a motion detetction system on matlab), logitech's website there is a code which controls the motor of the webcam. which on is more usefull calling the function or changing the language to matlab?&lt;br&gt;
&lt;br&gt;
Hi Ongun,&lt;br&gt;
&lt;br&gt;
The Image Acquisition Toolbox supports Pan, Tilt, and Zoom for at least &lt;br&gt;
some of the Logitech webcams through the winvideo adaptor:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/products/imaq/supportedio13875.html&quot;&gt;http://www.mathworks.com/products/imaq/supportedio13875.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
To learn more about the toolbox, also see:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/toolbox/imaq/index.html?/access/helpdesk/help/toolbox/imaq/&quot;&gt;http://www.mathworks.com/access/helpdesk/help/toolbox/imaq/index.html?/access/helpdesk/help/toolbox/imaq/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Mark</description>
    </item>
  </channel>
</rss>

