<?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: Run Comsol Simulations from Matlab</title>
	<atom:link href="http://www.guyslikedolls.com/run-comsol-simulations-from-matlab/feed" rel="self" type="application/rss+xml" />
	<link>http://www.guyslikedolls.com/run-comsol-simulations-from-matlab</link>
	<description>exploration of something</description>
	<lastBuildDate>Sat, 06 Mar 2010 01:54:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fmhood</title>
		<link>http://www.guyslikedolls.com/run-comsol-simulations-from-matlab/comment-page-1#comment-239</link>
		<dc:creator>fmhood</dc:creator>
		<pubDate>Fri, 22 Jan 2010 15:02:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-239</guid>
		<description>Wow this is really powerfull then! thanks alot!</description>
		<content:encoded><![CDATA[<p>Wow this is really powerfull then! thanks alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcdoll</title>
		<link>http://www.guyslikedolls.com/run-comsol-simulations-from-matlab/comment-page-1#comment-238</link>
		<dc:creator>jcdoll</dc:creator>
		<pubDate>Fri, 22 Jan 2010 06:58:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-238</guid>
		<description>Yup, when femlin() is called, Matlab waits for Comsol to return the data. Once the simulation is done, the solution is stored in fem.sol and can be treated like any old struct.</description>
		<content:encoded><![CDATA[<p>Yup, when femlin() is called, Matlab waits for Comsol to return the data. Once the simulation is done, the solution is stored in fem.sol and can be treated like any old struct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fmhood</title>
		<link>http://www.guyslikedolls.com/run-comsol-simulations-from-matlab/comment-page-1#comment-237</link>
		<dc:creator>fmhood</dc:creator>
		<pubDate>Wed, 20 Jan 2010 13:55:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-237</guid>
		<description>Thanks alot. &lt;br&gt;I think I understand how the m-file is generated and accessed using matlab.&lt;br&gt;I need one small clarification though: When matlab reads the &#039;simulation loop&#039; in the script above, it make calls to comsol in order to start the simulations and afterwards access the data to postprocess it in the matlab environment?</description>
		<content:encoded><![CDATA[<p>Thanks alot. <br />I think I understand how the m-file is generated and accessed using matlab.<br />I need one small clarification though: When matlab reads the &#39;simulation loop&#39; in the script above, it make calls to comsol in order to start the simulations and afterwards access the data to postprocess it in the matlab environment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcdoll</title>
		<link>http://www.guyslikedolls.com/run-comsol-simulations-from-matlab/comment-page-1#comment-236</link>
		<dc:creator>jcdoll</dc:creator>
		<pubDate>Wed, 20 Jan 2010 00:48:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-236</guid>
		<description>You first open &quot;Comsol with Matlab&quot;, which will start instances of both applications. Then in the Matlab window you run the code above. This method allows you to access the data that the simulation spits out. Alternatively, you can open .m files directly in Comsol, which will run them but won&#039;t give you direct data access.&lt;br&gt;&lt;br&gt;A useful approach to generating a .m file for a new problem is to generate your model in Comsol and then use the &quot;save as&quot; option to save the model as a .m file, which can then be tweaked and run in Matlab.</description>
		<content:encoded><![CDATA[<p>You first open &#8220;Comsol with Matlab&#8221;, which will start instances of both applications. Then in the Matlab window you run the code above. This method allows you to access the data that the simulation spits out. Alternatively, you can open .m files directly in Comsol, which will run them but won&#39;t give you direct data access.</p>
<p>A useful approach to generating a .m file for a new problem is to generate your model in Comsol and then use the &#8220;save as&#8221; option to save the model as a .m file, which can then be tweaked and run in Matlab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fmhood</title>
		<link>http://www.guyslikedolls.com/run-comsol-simulations-from-matlab/comment-page-1#comment-235</link>
		<dc:creator>fmhood</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:37:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-235</guid>
		<description>Thanks for a great post! &lt;br&gt;I have no experience with comsol-matlab interface, so bear with me. I can see that the simulation section is looped. So I suppose that the m-file  above is loaded into comsol, to run/solve it? Or is everything done in matlab?</description>
		<content:encoded><![CDATA[<p>Thanks for a great post! <br />I have no experience with comsol-matlab interface, so bear with me. I can see that the simulation section is looped. So I suppose that the m-file  above is loaded into comsol, to run/solve it? Or is everything done in matlab?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcdoll</title>
		<link>http://www.guyslikedolls.com/run-comsol-simulations-from-matlab/comment-page-1#comment-222</link>
		<dc:creator>jcdoll</dc:creator>
		<pubDate>Sat, 14 Nov 2009 10:15:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-222</guid>
		<description>Install Comsol after installing Matlab, and be sure to check the box for Matlab integration during the Comsol install.</description>
		<content:encoded><![CDATA[<p>Install Comsol after installing Matlab, and be sure to check the box for Matlab integration during the Comsol install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcdoll</title>
		<link>http://www.guyslikedolls.com/run-comsol-simulations-from-matlab/comment-page-1#comment-200</link>
		<dc:creator>jcdoll</dc:creator>
		<pubDate>Sat, 14 Nov 2009 02:15:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-200</guid>
		<description>Install Comsol after installing Matlab, and be sure to check the box for Matlab integration during the Comsol install.</description>
		<content:encoded><![CDATA[<p>Install Comsol after installing Matlab, and be sure to check the box for Matlab integration during the Comsol install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.guyslikedolls.com/run-comsol-simulations-from-matlab/comment-page-1#comment-199</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Thu, 12 Nov 2009 18:13:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-199</guid>
		<description>I dont find comsol with matlab on my machine and when i try to run the matlab code  i get an error and the system dosent work ,,can you tell me the solution if i have to use matlab to run comsol ..</description>
		<content:encoded><![CDATA[<p>I dont find comsol with matlab on my machine and when i try to run the matlab code  i get an error and the system dosent work ,,can you tell me the solution if i have to use matlab to run comsol ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enri</title>
		<link>http://www.guyslikedolls.com/run-comsol-simulations-from-matlab/comment-page-1#comment-195</link>
		<dc:creator>enri</dc:creator>
		<pubDate>Thu, 05 Nov 2009 14:17:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-195</guid>
		<description>great! thanks</description>
		<content:encoded><![CDATA[<p>great! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UAgirl</title>
		<link>http://www.guyslikedolls.com/run-comsol-simulations-from-matlab/comment-page-1#comment-171</link>
		<dc:creator>UAgirl</dc:creator>
		<pubDate>Fri, 26 Jun 2009 11:09:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-171</guid>
		<description>This is a great write-up. I am also trying to automate a process to solve for the max electric field around a geometry. Was the other script written to automate the process in Matlab or COMSOL?</description>
		<content:encoded><![CDATA[<p>This is a great write-up. I am also trying to automate a process to solve for the max electric field around a geometry. Was the other script written to automate the process in Matlab or COMSOL?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
