<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Short MEX Tutorial and Demo</title>
	<atom:link href="http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/</link>
	<description>life, business, consulting, and computer vision</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:43:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Using Mex with matlab &#171; TechnObservations</title>
		<link>http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/comment-page-1/#comment-1881</link>
		<dc:creator>Using Mex with matlab &#171; TechnObservations</dc:creator>
		<pubDate>Fri, 05 Aug 2011 15:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/#comment-1881</guid>
		<description>[...] is a useful tutorial for using mex with matlab. I really like this post. The author has presented a clear but useful [...]</description>
		<content:encoded><![CDATA[<p>[...] is a useful tutorial for using mex with matlab. I really like this post. The author has presented a clear but useful [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/comment-page-1/#comment-1865</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Wed, 27 Jul 2011 08:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/#comment-1865</guid>
		<description>it is not necessary to convert c to matlab files. Just write programme,save it as .cpp and compile using matlab.&lt;a href=&quot;#comment-1853&quot; rel=&quot;nofollow&quot;&gt;@chitra  &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>it is not necessary to convert c to matlab files. Just write programme,save it as .cpp and compile using matlab.<a href="#comment-1853" rel="nofollow">@chitra  </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chitra</title>
		<link>http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/comment-page-1/#comment-1853</link>
		<dc:creator>chitra</dc:creator>
		<pubDate>Wed, 20 Jul 2011 04:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/#comment-1853</guid>
		<description>how to covert c to matlab files</description>
		<content:encoded><![CDATA[<p>how to covert c to matlab files</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/comment-page-1/#comment-1844</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Fri, 15 Jul 2011 06:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/#comment-1844</guid>
		<description>It was excellent demo.Just give details for running mex file.I struggled lot gor first time.
procesure: 
1)first save demo.cpp file in current working directory as we save images.
2)type mex -setup on MATLAB command prompt.
3)follow the procedure and select your version(like visual studio)
4)then type, mex demo.cpp ans press enter
5)your file will compile now.
6)now give input like a=[1 2 3;4 5 6;7 8 9]; and b=[1 2 3;4 5 6;7 8 9];
7)type [c d]=demo(a,b) and see magic of SHAWN.
Thanks a lot SHAWN again.</description>
		<content:encoded><![CDATA[<p>It was excellent demo.Just give details for running mex file.I struggled lot gor first time.<br />
procesure:<br />
1)first save demo.cpp file in current working directory as we save images.<br />
2)type mex -setup on MATLAB command prompt.<br />
3)follow the procedure and select your version(like visual studio)<br />
4)then type, mex demo.cpp ans press enter<br />
5)your file will compile now.<br />
6)now give input like a=[1 2 3;4 5 6;7 8 9]; and b=[1 2 3;4 5 6;7 8 9];<br />
7)type [c d]=demo(a,b) and see magic of SHAWN.<br />
Thanks a lot SHAWN again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suhas</title>
		<link>http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/comment-page-1/#comment-1807</link>
		<dc:creator>Suhas</dc:creator>
		<pubDate>Wed, 18 May 2011 18:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/#comment-1807</guid>
		<description>The URL to the mex manual is broken. Can you re-link to a correct URL if you know one? Else, do you have a local copy that you can share? Will just save a quick Google. :)</description>
		<content:encoded><![CDATA[<p>The URL to the mex manual is broken. Can you re-link to a correct URL if you know one? Else, do you have a local copy that you can share? Will just save a quick Google. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Lankton</title>
		<link>http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/comment-page-1/#comment-1705</link>
		<dc:creator>Shawn Lankton</dc:creator>
		<pubDate>Thu, 21 Apr 2011 14:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/#comment-1705</guid>
		<description>&lt;a href=&quot;#comment-1704&quot; rel=&quot;nofollow&quot;&gt;@abdallah &lt;/a&gt; Don&#039;t know of a really snazzy debug tool... Would be cool if someone suggests one!  I always use old-school debugging techniques like printfs and commenting out blocks of code.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1704" rel="nofollow">@abdallah </a> Don&#8217;t know of a really snazzy debug tool&#8230; Would be cool if someone suggests one!  I always use old-school debugging techniques like printfs and commenting out blocks of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdallah</title>
		<link>http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/comment-page-1/#comment-1704</link>
		<dc:creator>abdallah</dc:creator>
		<pubDate>Thu, 21 Apr 2011 13:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/#comment-1704</guid>
		<description>hello, 
is there a possibility to debug .c or .cpp code from matlab? 

thanks in advance</description>
		<content:encoded><![CDATA[<p>hello,<br />
is there a possibility to debug .c or .cpp code from matlab? </p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabraiz</title>
		<link>http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/comment-page-1/#comment-1523</link>
		<dc:creator>tabraiz</dc:creator>
		<pubDate>Sun, 13 Mar 2011 00:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/#comment-1523</guid>
		<description>I am using Visual Studio is there any other setting we have to do</description>
		<content:encoded><![CDATA[<p>I am using Visual Studio is there any other setting we have to do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabraiz</title>
		<link>http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/comment-page-1/#comment-1522</link>
		<dc:creator>tabraiz</dc:creator>
		<pubDate>Sun, 13 Mar 2011 00:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/#comment-1522</guid>
		<description>Though matlab successfully  done the mex setup still there an error appears
??? Error using ==&gt; mex at 208
Unable to complete successfully.</description>
		<content:encoded><![CDATA[<p>Though matlab successfully  done the mex setup still there an error appears<br />
??? Error using ==&gt; mex at 208<br />
Unable to complete successfully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What Are You Blogging? : POSIX threading within Matlab mex functions</title>
		<link>http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/comment-page-1/#comment-1456</link>
		<dc:creator>What Are You Blogging? : POSIX threading within Matlab mex functions</dc:creator>
		<pubDate>Thu, 06 Jan 2011 01:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/2008/03/getting-started-with-mex-a-short-tutorial/#comment-1456</guid>
		<description>[...] processor cores on some of its built-in functions, I wanted to get add that to some of the custom mex functions I&#8217;ve written. I&#8217;ve achieved some great speed increases when re-writing matlab functions [...]</description>
		<content:encoded><![CDATA[<p>[...] processor cores on some of its built-in functions, I wanted to get add that to some of the custom mex functions I&#8217;ve written. I&#8217;ve achieved some great speed increases when re-writing matlab functions [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

