<?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: Creating Your Own Block With Continuous States (MATLAB S-Function)</title>
	<atom:link href="http://blogs.mathworks.com/seth/2012/06/25/creating-your-own-block-with-continuous-states-matlab-s-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/seth/2012/06/25/creating-your-own-block-with-continuous-states-matlab-s-function/</link>
	<description>This blog is about Simulink.</description>
	<lastBuildDate>Mon, 20 May 2013 17:48:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: upul</title>
		<link>http://blogs.mathworks.com/seth/2012/06/25/creating-your-own-block-with-continuous-states-matlab-s-function/#comment-2802</link>
		<dc:creator>upul</dc:creator>
		<pubDate>Tue, 04 Dec 2012 16:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/?p=962#comment-2802</guid>
		<description>How can I build an S function for more than one output and more than one input. As an example if it is required to compare three values (a, b, c) and if a=b then out1 shall be 1.If b=c then out2 shall be 1. otherwise outputs shall be 0. How to write an s-function for something like that.</description>
		<content:encoded><![CDATA[<p>How can I build an S function for more than one output and more than one input. As an example if it is required to compare three values (a, b, c) and if a=b then out1 shall be 1.If b=c then out2 shall be 1. otherwise outputs shall be 0. How to write an s-function for something like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: usdb</title>
		<link>http://blogs.mathworks.com/seth/2012/06/25/creating-your-own-block-with-continuous-states-matlab-s-function/#comment-1954</link>
		<dc:creator>usdb</dc:creator>
		<pubDate>Fri, 21 Sep 2012 08:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/?p=962#comment-1954</guid>
		<description>hi,
i used sfunction (m-code)in my programm(extended kalman filter),i have not a good result;ihave 5 discrets states and plus the states equations we have error covariance Pe to calculate (reccurant equation) every itteration (in flag 2):when i used the debug i see that Pe calculated is not used in the after itteration but Pe initial.
i writed Pe initial before flag 0
thank you.</description>
		<content:encoded><![CDATA[<p>hi,<br />
i used sfunction (m-code)in my programm(extended kalman filter),i have not a good result;ihave 5 discrets states and plus the states equations we have error covariance Pe to calculate (reccurant equation) every itteration (in flag 2):when i used the debug i see that Pe calculated is not used in the after itteration but Pe initial.<br />
i writed Pe initial before flag 0<br />
thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Rouleau</title>
		<link>http://blogs.mathworks.com/seth/2012/06/25/creating-your-own-block-with-continuous-states-matlab-s-function/#comment-1863</link>
		<dc:creator>Guy Rouleau</dc:creator>
		<pubDate>Mon, 25 Jun 2012 21:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/?p=962#comment-1863</guid>
		<description>@Ashish Sadanandan: Thank you for the comment. My plan is definitely to follow up with C S-Functions.

I decided to highlight a few basic concepts using MATLAB S-Function because, in my opinion, it is easier to understand and debug. But I agree with you that C S-Functions offer a lot more possibility and will be useful for more users.</description>
		<content:encoded><![CDATA[<p>@Ashish Sadanandan: Thank you for the comment. My plan is definitely to follow up with C S-Functions.</p>
<p>I decided to highlight a few basic concepts using MATLAB S-Function because, in my opinion, it is easier to understand and debug. But I agree with you that C S-Functions offer a lot more possibility and will be useful for more users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Sadanandan</title>
		<link>http://blogs.mathworks.com/seth/2012/06/25/creating-your-own-block-with-continuous-states-matlab-s-function/#comment-1862</link>
		<dc:creator>Ashish Sadanandan</dc:creator>
		<pubDate>Mon, 25 Jun 2012 20:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/seth/?p=962#comment-1862</guid>
		<description>Do you really have a lot of users that use M-file S-Functions? IMHO, these articles would be a lot more interesting to read (and helpful) if you started writing about C S-Functions instead.</description>
		<content:encoded><![CDATA[<p>Do you really have a lot of users that use M-file S-Functions? IMHO, these articles would be a lot more interesting to read (and helpful) if you started writing about C S-Functions instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
