<?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: Improving Simulink performance	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/improving-simulink-performance/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/improving-simulink-performance?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=improving-simulink-performance</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Mon, 17 Feb 2014 21:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Etienne		</title>
		<link>https://undocumentedmatlab.com/articles/improving-simulink-performance#comment-314561</link>

		<dc:creator><![CDATA[Etienne]]></dc:creator>
		<pubDate>Mon, 17 Feb 2014 21:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=4641#comment-314561</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/improving-simulink-performance#comment-314383&quot;&gt;Yair Altman&lt;/a&gt;.

Thanks Yair.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/improving-simulink-performance#comment-314383">Yair Altman</a>.</p>
<p>Thanks Yair.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/improving-simulink-performance#comment-314383</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sun, 16 Feb 2014 23:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=4641#comment-314383</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/improving-simulink-performance#comment-314365&quot;&gt;Etienne&lt;/a&gt;.

@Etienne - perhaps you haven&#039;t looked close enough? I think that TLC is actually extensively documented &lt;a href=&quot;http://www.mathworks.com/help/rtw/block-authoring-with-tlc.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. If this is not enough, then there is also a &lt;a href=&quot;http://dali.feld.cvut.cz/ucebna/matlab/toolbox/rtw/tlcquick.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;quick reference&lt;/a&gt; and even a 340-page &lt;a href=&quot;http://dali.feld.cvut.cz/ucebna/matlab/pdf_doc/rtw/tlc_ref.pdf&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;PDF document&lt;/a&gt; (which is admittedly quite old). I can&#039;t vouch for the &lt;i&gt;quality&lt;/i&gt; of the documentation as I&#039;ve never used TLC, but at least judging by the &lt;i&gt;quantity&lt;/i&gt;, reading all of it should keep you busy for quite some time...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/improving-simulink-performance#comment-314365">Etienne</a>.</p>
<p>@Etienne &#8211; perhaps you haven&#8217;t looked close enough? I think that TLC is actually extensively documented <a href="http://www.mathworks.com/help/rtw/block-authoring-with-tlc.html" target="_blank" rel="nofollow">here</a>. If this is not enough, then there is also a <a href="http://dali.feld.cvut.cz/ucebna/matlab/toolbox/rtw/tlcquick.html" target="_blank" rel="nofollow">quick reference</a> and even a 340-page <a href="http://dali.feld.cvut.cz/ucebna/matlab/pdf_doc/rtw/tlc_ref.pdf" target="_blank" rel="nofollow">PDF document</a> (which is admittedly quite old). I can&#8217;t vouch for the <i>quality</i> of the documentation as I&#8217;ve never used TLC, but at least judging by the <i>quantity</i>, reading all of it should keep you busy for quite some time&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Etienne		</title>
		<link>https://undocumentedmatlab.com/articles/improving-simulink-performance#comment-314365</link>

		<dc:creator><![CDATA[Etienne]]></dc:creator>
		<pubDate>Sun, 16 Feb 2014 20:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=4641#comment-314365</guid>

					<description><![CDATA[I would appreciate any advice on speeding up &lt;i&gt;mexCallMatlab&lt;/i&gt; functionality. At the moment I have a fortran mex function that calls a Matlab function via &lt;i&gt;mexCallMatlab&lt;/i&gt;, that then calls the derivative values of a Simulink model. This is painfully slow and I am trying to figure out how to write a TLC script that can generate C-code from the Simulink model in the correct format, so that I can avoid &lt;i&gt;mexCallMatlab&lt;/i&gt; all together, but the TLC functionality is not very well documented as far as I can tell.]]></description>
			<content:encoded><![CDATA[<p>I would appreciate any advice on speeding up <i>mexCallMatlab</i> functionality. At the moment I have a fortran mex function that calls a Matlab function via <i>mexCallMatlab</i>, that then calls the derivative values of a Simulink model. This is painfully slow and I am trying to figure out how to write a TLC script that can generate C-code from the Simulink model in the correct format, so that I can avoid <i>mexCallMatlab</i> all together, but the TLC functionality is not very well documented as far as I can tell.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
