<?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; edit</title>
	<atom:link href="http://www.matlabtutorials.com/howto/edit/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>Using the Editor and Debugger with Classes</title>
		<link>http://www.matlabtutorials.com/documents/using-the-editor-and-debugger-with-classes.html</link>
		<comments>http://www.matlabtutorials.com/documents/using-the-editor-and-debugger-with-classes.html#comments</comments>
		<pubDate>Tue, 20 Apr 2010 22:15:00 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[class files]]></category>
		<category><![CDATA[dbstop]]></category>
		<category><![CDATA[Debugger]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[m-files]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[Modifying and Reloading Classes]]></category>
		<category><![CDATA[packFunction]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=366</guid>
		<description><![CDATA[<h3>Referring to Class Files</h3>
<p>Define classes in M-files just like scripts and functions. To use the editor or debugger with a class file, use the full class name. For example, suppose the file for a class, myclass.m is in the following location: <a href='http://www.matlabtutorials.com/documents/using-the-editor-and-debugger-with-classes.html' rel="nofollow">Read More</a></p>Matlab Tags: class files, dbstop, Debugger, edit, Editor, Examples, Functions, m-files, matlab, Modifying and Reloading Classes, packFunction, reference]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/using-the-editor-and-debugger-with-classes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Controlling Command Window Input and Output</title>
		<link>http://www.matlabtutorials.com/documents/controlling-command-window-input-and-output.html</link>
		<comments>http://www.matlabtutorials.com/documents/controlling-command-window-input-and-output.html#comments</comments>
		<pubDate>Thu, 18 Mar 2010 22:52:28 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[Command History]]></category>
		<category><![CDATA[Command Window]]></category>
		<category><![CDATA[continue]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[Define]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[fprint]]></category>
		<category><![CDATA[fprintf]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[inf]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[round]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[sign]]></category>
		<category><![CDATA[sprintf]]></category>
		<category><![CDATA[sqt]]></category>
		<category><![CDATA[statements]]></category>
		<category><![CDATA[ver]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/documents/controlling-command-window-input-and-output.html</guid>
		<description><![CDATA[<h3>The format Function</h3>
<p>The format function controls the numeric format of the values displayed. The function affects only how numbers are displayed, not how MATLAB software computes or saves them. Here are the different formats, together with the resulting output produced from a vector x with components of different magnitudes. <a href='http://www.matlabtutorials.com/documents/controlling-command-window-input-and-output.html' rel="nofollow">Read More</a></p>Matlab Tags: Command History, Command Window, continue, Controls, Define, edit, end, for, format, fprint, fprintf, Functions, if, inf, info, magic, matlab, more, return, round, save, sign, sprintf, sqt, statements, ver]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/controlling-command-window-input-and-output.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>open</title>
		<link>http://www.matlabtutorials.com/functions/open.html</link>
		<comments>http://www.matlabtutorials.com/functions/open.html#comments</comments>
		<pubDate>Thu, 06 Mar 2008 15:58:11 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[help browser]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[matlab functions]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[simulink]]></category>
		<category><![CDATA[stem]]></category>
		<category><![CDATA[variables]]></category>
		<category><![CDATA[ver]]></category>
		<category><![CDATA[what]]></category>
		<category><![CDATA[which]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://localhost/wmatlab/functions/open.html</guid>
		<description><![CDATA[<p>OPEN  Open files by extension.<br />
open NAME where NAME must contain a string, does different things<br />
depending on the type of the object named by that string: <a href='http://www.matlabtutorials.com/functions/open.html' rel="nofollow">Read More</a></p>Matlab Tags: array, case, edit, Editor, end, Examples, for, Functions, help, help browser, if, load, matlab, matlab functions, open, path, return, save, simulink, stem, variables, ver, what, which, workspace]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/functions/open.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>edit</title>
		<link>http://www.matlabtutorials.com/functions/edit.html</link>
		<comments>http://www.matlabtutorials.com/functions/edit.html#comments</comments>
		<pubDate>Thu, 06 Mar 2008 15:57:16 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[axis]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[matlab functions]]></category>
		<category><![CDATA[matlabpath]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[partialpath]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[ver]]></category>

		<guid isPermaLink="false">http://localhost/wmatlab/functions/edit.html</guid>
		<description><![CDATA[<p>edit Edit M-file.<br />
edit FUN opens the file FUN.M in a text editor.  FUN must be the<br />
name of an m-file or a MATLABPATH relative partial pathname (see<br />
PARTIALPATH). <a href='http://www.matlabtutorials.com/functions/edit.html' rel="nofollow">Read More</a></p>Matlab Tags: axis, edit, Editor, for, help, if, load, matlab, matlab functions, matlabpath, open, partialpath, path, ver]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/functions/edit.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>

