<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Matlab Tutorials &#187; m-file</title>
	<atom:link href="http://www.matlabtutorials.com/howto/m-file/feed" rel="self" type="application/rss+xml" />
	<link>http://www.matlabtutorials.com</link>
	<description>Matlab tutorials and examples</description>
	<lastBuildDate>Mon, 10 May 2010 10:55:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Finding maximum and minimum values in arrays</title>
		<link>http://www.matlabtutorials.com/examples/finding-maximum-and-minimum-values-in-arrays.html</link>
		<comments>http://www.matlabtutorials.com/examples/finding-maximum-and-minimum-values-in-arrays.html#comments</comments>
		<pubDate>Thu, 25 Mar 2010 23:55:55 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Array Operations]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[m-file]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[matlab vectors]]></category>
		<category><![CDATA[maximum]]></category>
		<category><![CDATA[minumum]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=137</guid>
		<description><![CDATA[<p>Let’s write a function file range.m that calculates the difference between the maximum and minimum value in a vector. The file should return a reply. Open an edit window. Create a function file like the one below. <a href='http://www.matlabtutorials.com/examples/finding-maximum-and-minimum-values-in-arrays.html' rel="nofollow">Read More</a></p>Matlab Tags: Array Operations, arrays, Examples, exercise, Functions, m-file, matlab, matlab vectors, maximum, minumum, range, vector]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/examples/finding-maximum-and-minimum-values-in-arrays.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving your Matlab sessions</title>
		<link>http://www.matlabtutorials.com/examples/saving-your-matlab-sessions.html</link>
		<comments>http://www.matlabtutorials.com/examples/saving-your-matlab-sessions.html#comments</comments>
		<pubDate>Thu, 25 Mar 2010 23:51:31 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[ascii]]></category>
		<category><![CDATA[Command Window]]></category>
		<category><![CDATA[diary]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[m-file]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[Workspace Browser]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=135</guid>
		<description><![CDATA[<p>Often one wants to save the data or variables to another occasion. Maybe one wants to save the whole Matlab session. This can be done. Commands are put in a m-file but data or variables are stored in a mat-file (binary file) which can be opened with Workspace Browser. First have a look in the workspace to find out how your varables look like. Then save these in a mat-file. <a href='http://www.matlabtutorials.com/examples/saving-your-matlab-sessions.html' rel="nofollow">Read More</a></p>Matlab Tags: ascii, Command Window, diary, exercise, m-file, matlab, session, Workspace Browser]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/examples/saving-your-matlab-sessions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

