<?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; delete</title>
	<atom:link href="http://www.matlabtutorials.com/howto/delete/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>Matlab Annotation Objects and Example</title>
		<link>http://www.matlabtutorials.com/documents/matlab-annotation-objects-and-example.html</link>
		<comments>http://www.matlabtutorials.com/documents/matlab-annotation-objects-and-example.html#comments</comments>
		<pubDate>Sat, 24 Apr 2010 23:35:20 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[annotation]]></category>
		<category><![CDATA[Annotation arrow properties]]></category>
		<category><![CDATA[Annotation doublearrow properties]]></category>
		<category><![CDATA[Annotation ellipse properties]]></category>
		<category><![CDATA[Annotation line properties]]></category>
		<category><![CDATA[Annotation rectangle properties]]></category>
		<category><![CDATA[Annotation textarrow properties]]></category>
		<category><![CDATA[Annotation textbox properties]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[Position]]></category>
		<category><![CDATA[Positioning Annotations in Data Space]]></category>
		<category><![CDATA[rectangle]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[The Property Editor]]></category>
		<category><![CDATA[TightInset]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=438</guid>
		<description><![CDATA[<p>Users typically create annotation objects from the Plot Edit toolbar or the Insert menu (select Plot Edit in the View menu to display the Plot Edit toolbar). However, you can also create annotation objects using the annotation function.  <a href='http://www.matlabtutorials.com/documents/matlab-annotation-objects-and-example.html' rel="nofollow">Read More</a></p>Matlab Tags: annotation, Annotation arrow properties, Annotation doublearrow properties, Annotation ellipse properties, Annotation line properties, Annotation rectangle properties, Annotation textarrow properties, Annotation textbox properties, delete, Graphics, line, matlab, Position, Positioning Annotations in Data Space, rectangle, text, The Property Editor, TightInset]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/matlab-annotation-objects-and-example.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Controlling the Number of Instances</title>
		<link>http://www.matlabtutorials.com/documents/controlling-the-number-of-instances.html</link>
		<comments>http://www.matlabtutorials.com/documents/controlling-the-number-of-instances.html#comments</comments>
		<pubDate>Fri, 23 Apr 2010 23:05:02 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[getInstance]]></category>
		<category><![CDATA[isvalid]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[sealed class]]></category>
		<category><![CDATA[Superclasses]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=403</guid>
		<description><![CDATA[<h3>Limiting Instances</h3>
<p>You can limit the number of instances of a class that can exist at any one time. For example, a singleton class can have only one instance and provides a way to access this instance. You can create a singleton class using these elements: <a href='http://www.matlabtutorials.com/documents/controlling-the-number-of-instances.html' rel="nofollow">Read More</a></p>Matlab Tags: constructor, delete, events, getInstance, isvalid, matlab, methods, sealed class, Superclasses]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/controlling-the-number-of-instances.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing Handle and Value Classes</title>
		<link>http://www.matlabtutorials.com/documents/comparing-handle-and-value-classes.html</link>
		<comments>http://www.matlabtutorials.com/documents/comparing-handle-and-value-classes.html#comments</comments>
		<pubDate>Fri, 23 Apr 2010 15:52:56 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[Arrays of Handle Objects]]></category>
		<category><![CDATA[Behavior of MATLAB Built-In Classes]]></category>
		<category><![CDATA[Classdef]]></category>
		<category><![CDATA[Defining Events and Listeners — Syntax and Techniques]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Dynamic Properties — Adding Properties to an Instance]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Handle Class Delete Methods]]></category>
		<category><![CDATA[Handle Class Methods]]></category>
		<category><![CDATA[How to Initialize Property Values]]></category>
		<category><![CDATA[Implementing a Set/Get Interface for Properties]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[Memory Allocation for Arrays]]></category>
		<category><![CDATA[Passing Objects to Functions]]></category>
		<category><![CDATA[The Handle Superclass]]></category>
		<category><![CDATA[Which Kind of Class to Use]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=392</guid>
		<description><![CDATA[<h3>Why Select Handle or Value</h3>
<p>MATLAB support two kinds of classes — handle classes and value classes. The kind of class you use depends on the desired behavior of the class instances and what features you want to use.  <a href='http://www.matlabtutorials.com/documents/comparing-handle-and-value-classes.html' rel="nofollow">Read More</a></p>Matlab Tags: Arrays of Handle Objects, Behavior of MATLAB Built-In Classes, Classdef, Defining Events and Listeners — Syntax and Techniques, delete, Dynamic Properties — Adding Properties to an Instance, Functions, Graphics, Handle Class Delete Methods, Handle Class Methods, How to Initialize Property Values, Implementing a Set/Get Interface for Properties, matlab, Memory Allocation for Arrays, Passing [...]]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/comparing-handle-and-value-classes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Matrices in Matlab</title>
		<link>http://www.matlabtutorials.com/documents/working-with-matrices-in-matlab.html</link>
		<comments>http://www.matlabtutorials.com/documents/working-with-matrices-in-matlab.html#comments</comments>
		<pubDate>Tue, 04 Aug 2009 23:58:07 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[example matrix]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Expressions]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[m-files]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[magik]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[ones]]></category>
		<category><![CDATA[rand]]></category>
		<category><![CDATA[randn]]></category>
		<category><![CDATA[rem]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[statements]]></category>
		<category><![CDATA[sum]]></category>
		<category><![CDATA[ver]]></category>
		<category><![CDATA[which]]></category>
		<category><![CDATA[zeros]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=62</guid>
		<description><![CDATA[<h3>Generating Matrices</h3>
<p>MATLAB software provides four functions that generate basic matrices. <a href='http://www.matlabtutorials.com/documents/working-with-matrices-in-matlab.html' rel="nofollow">Read More</a></p>Matlab Tags: delete, dir, edit, Editor, end, example matrix, Examples, Expressions, fix, for, format, Functions, if, load, m-files, magic, magik, matlab, more, ones, rand, randn, rem, save, session, statements, sum, ver, which, zeros]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/working-with-matrices-in-matlab.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop Tools</title>
		<link>http://www.matlabtutorials.com/documents/desktop-tools.html</link>
		<comments>http://www.matlabtutorials.com/documents/desktop-tools.html#comments</comments>
		<pubDate>Wed, 12 Mar 2008 12:10:36 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[addpath]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[break]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[Command History]]></category>
		<category><![CDATA[Command Window]]></category>
		<category><![CDATA[Debugger]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[diary]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[Directory Browser]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Graphical user interface]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[help browser]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[inf]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[Launch Pad]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[m-files]]></category>
		<category><![CDATA[magik]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[matlab functions]]></category>
		<category><![CDATA[MATLAB related]]></category>
		<category><![CDATA[matlab users]]></category>
		<category><![CDATA[mean]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[quit]]></category>
		<category><![CDATA[rem]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[rmpath]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[sign]]></category>
		<category><![CDATA[stem]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[variables]]></category>
		<category><![CDATA[which]]></category>
		<category><![CDATA[while]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/documents/desktop-tools.html</guid>
		<description><![CDATA[<p>This section provides an introduction to MATLAB’s desktop tools. You can also use MATLAB functions to perform most of the features found in the desktop tools. The tools are: <a href='http://www.matlabtutorials.com/documents/desktop-tools.html' rel="nofollow">Read More</a></p>Matlab Tags: addpath, array, break, cd, clear, Command History, Command Window, Debugger, delete, demo, diary, dir, Directory Browser, edit, Editor, end, for, format, full, Functions, Graphical user interface, help, help browser, if, inf, info, Launch Pad, load, m-files, magik, matlab, matlab functions, MATLAB related, matlab users, mean, more, open, path, quit, rem, return, rmpath, save, [...]]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/desktop-tools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dir</title>
		<link>http://www.matlabtutorials.com/functions/dir.html</link>
		<comments>http://www.matlabtutorials.com/functions/dir.html#comments</comments>
		<pubDate>Thu, 06 Mar 2008 15:56:43 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[m-files]]></category>
		<category><![CDATA[matlab functions]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[what]]></category>

		<guid isPermaLink="false">http://localhost/wmatlab/functions/dir.html</guid>
		<description><![CDATA[<p>dir List directory.<br />
dir directory_name lists the files in a directory. Pathnames and<br />
wildcards may be used.  For example, dir *.m lists all the M-files<br />
in the current directory. <a href='http://www.matlabtutorials.com/functions/dir.html' rel="nofollow">Read More</a></p>Matlab Tags: cd, delete, dir, for, if, m-files, matlab functions, path, return, what]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/functions/dir.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>delete</title>
		<link>http://www.matlabtutorials.com/functions/delete.html</link>
		<comments>http://www.matlabtutorials.com/functions/delete.html#comments</comments>
		<pubDate>Thu, 06 Mar 2008 15:53:58 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[matlab functions]]></category>
		<category><![CDATA[ver]]></category>

		<guid isPermaLink="false">http://localhost/wmatlab/examples/delete.html</guid>
		<description><![CDATA[<p>delete Delete file or graphics object.<br />
delete file_name  deletes the named file from disk.  Wildcards<br />
may be used.  For example, delete *.p deletes all P-files from the<br />
current directory. <a href='http://www.matlabtutorials.com/functions/delete.html' rel="nofollow">Read More</a></p>Matlab Tags: delete, dir, edit, for, gui, help, if, load, matlab functions, ver]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/functions/delete.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

