<?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>Zend Framework Blog &#187; MATLAB</title>
	<atom:link href="http://blog.richardknop.com/category/matlab/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.richardknop.com</link>
	<description>Zend Framework, PHP, Django, Python, SQL, MySQL, PostgreSQL, Oracle, PL/SQL, data model patterns, OOP, design patterns, JavaScript, jQuery, HTML, XHTML, CSS, XML, web services &#38; APIs, Security, E-commerce and much more</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:47:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Clear command line, variables and command history in MATLAB</title>
		<link>http://blog.richardknop.com/2009/10/clear-command-line-variables-and-command-history-in-matlab/</link>
		<comments>http://blog.richardknop.com/2009/10/clear-command-line-variables-and-command-history-in-matlab/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 14:43:54 +0000</pubDate>
		<dc:creator>Richard Knop</dc:creator>
				<category><![CDATA[MATLAB]]></category>

		<guid isPermaLink="false">http://blog.richardknop.com/?p=504</guid>
		<description><![CDATA[Here are three useful MATLAB commands. To clear the command line: clc To clear all variables: clear all To clear the command history: com.mathworks.mlservices.MLCommandHistoryServices.removeAll Just putting this information down for my own reference so I won&#8217;t have to search for it later.]]></description>
			<content:encoded><![CDATA[<p>Here are three useful MATLAB commands.</p>
<p>To clear the command line:</p>
<pre>clc</pre>
<p>To clear all variables:</p>
<pre>clear all</pre>
<p>To clear the command history:</p>
<pre>com.mathworks.mlservices.MLCommandHistoryServices.removeAll</pre>
<p>Just putting this information down for my own reference so I won&#8217;t have to search for it later.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.richardknop.com/2009/10/clear-command-line-variables-and-command-history-in-matlab/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

