<?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://guyslikedolls.com/2007/03/01/run-comsol-simulations-from-matlab/feed/" rel="self" type="application/rss+xml" />
	<link>http://guyslikedolls.com/2007/03/01/run-comsol-simulations-from-matlab/</link>
	<description>an exploration of something</description>
	<lastBuildDate>Tue, 07 Sep 2010 04:42:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Marco</title>
		<link>http://guyslikedolls.com/2007/03/01/run-comsol-simulations-from-matlab/comment-page-1/#comment-284</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Wed, 23 Jun 2010 16:43:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-284</guid>
		<description>Thanks man.. i&#039;ve started today to use comsol with matlab script.. you show me that&#039;s possible..!!&lt;br&gt;Bye</description>
		<content:encoded><![CDATA[<p>Thanks man.. i&#39;ve started today to use comsol with matlab script.. you show me that&#39;s possible..!!<br />Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcdoll</title>
		<link>http://guyslikedolls.com/2007/03/01/run-comsol-simulations-from-matlab/comment-page-1/#comment-280</link>
		<dc:creator>jcdoll</dc:creator>
		<pubDate>Mon, 14 Jun 2010 00:35:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-280</guid>
		<description>That&#039;s because this is a *function* not a script. You need to pass in several arguments, i.e. the check out the first line...&lt;br&gt;&lt;br&gt;function [simResults, lambda] = NanocrescentSim(OD, IDRatio, DRatio, lambda, eps_o)</description>
		<content:encoded><![CDATA[<p>That&#39;s because this is a *function* not a script. You need to pass in several arguments, i.e. the check out the first line&#8230;</p>
<p>function [simResults, lambda] = NanocrescentSim(OD, IDRatio, DRatio, lambda, eps_o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharifi Fatemeh</title>
		<link>http://guyslikedolls.com/2007/03/01/run-comsol-simulations-from-matlab/comment-page-1/#comment-279</link>
		<dc:creator>Sharifi Fatemeh</dc:creator>
		<pubDate>Sun, 13 Jun 2010 11:37:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-279</guid>
		<description>Hi&lt;br&gt;i copied your m file and run it in my matlab2008b but it shows errors for example:&lt;br&gt;??? Input argument &quot;OD&quot; is undefined.&lt;br&gt;&lt;br&gt;Error in ==&gt; NanocrescentSim at 29&lt;br&gt;for outsideRadius = OD/2&lt;br&gt; &lt;br&gt;&lt;br&gt;when i get a specific number to OD, it then start asking another parameter&lt;br&gt;i dont know how to do&lt;br&gt;i think comsol should some how defined this parameters in matalb&lt;br&gt;&lt;br&gt;please tell me how to remove this errorrs&lt;br&gt;my email is: &lt;a href=&quot;mailto:sharifi.fatemeh@gmail.com&quot; rel=&quot;nofollow&quot;&gt;sharifi.fatemeh@gmail.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi<br />i copied your m file and run it in my matlab2008b but it shows errors for example:<br />??? Input argument &#8220;OD&#8221; is undefined.</p>
<p>Error in ==&gt; NanocrescentSim at 29<br />for outsideRadius = OD/2</p>
<p>when i get a specific number to OD, it then start asking another parameter<br />i dont know how to do<br />i think comsol should some how defined this parameters in matalb</p>
<p>please tell me how to remove this errorrs<br />my email is: <a href="mailto:sharifi.fatemeh@gmail.com" rel="nofollow">sharifi.fatemeh@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fmhood</title>
		<link>http://guyslikedolls.com/2007/03/01/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://guyslikedolls.com/2007/03/01/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://guyslikedolls.com/2007/03/01/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://guyslikedolls.com/2007/03/01/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://guyslikedolls.com/2007/03/01/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://guyslikedolls.com/2007/03/01/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://guyslikedolls.com/2007/03/01/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>
</channel>
</rss>
