<?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; path</title>
	<atom:link href="http://www.matlabtutorials.com/howto/path/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>Class Definition-Syntax Reference &amp; Class Folders</title>
		<link>http://www.matlabtutorials.com/documents/class-definition-syntax-reference-class-folders.html</link>
		<comments>http://www.matlabtutorials.com/documents/class-definition-syntax-reference-class-folders.html#comments</comments>
		<pubDate>Sun, 18 Apr 2010 13:18:46 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[Methods in Separate Files]]></category>
		<category><![CDATA[Organizing Classes in Folders]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Scoping Classes with Packages]]></category>
		<category><![CDATA[separate]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=332</guid>
		<description><![CDATA[<h3>Options for Class Folders</h3>
<p>There are two basic ways to specify classes with respect to folders: <a href='http://www.matlabtutorials.com/documents/class-definition-syntax-reference-class-folders.html' rel="nofollow">Read More</a></p>Matlab Tags: constructor, folders, matlab, methods, Methods in Separate Files, Organizing Classes in Folders, path, reference, Scoping Classes with Packages, separate, syntax]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/class-definition-syntax-reference-class-folders.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing MAT-Files</title>
		<link>http://www.matlabtutorials.com/documents/importing-mat-files.html</link>
		<comments>http://www.matlabtutorials.com/documents/importing-mat-files.html#comments</comments>
		<pubDate>Wed, 14 Apr 2010 00:57:33 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[beginner tutorial]]></category>
		<category><![CDATA[char]]></category>
		<category><![CDATA[Details Panel]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[length]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[Loading Selected Variables]]></category>
		<category><![CDATA[m-files]]></category>
		<category><![CDATA[mat]]></category>
		<category><![CDATA[MAT-File Versions]]></category>
		<category><![CDATA[mat-files]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[mode]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[Potential Conflict with Function Names]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Programming Fundamentals]]></category>
		<category><![CDATA[Regular Expressions]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[which]]></category>
		<category><![CDATA[whos]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=260</guid>
		<description><![CDATA[<h3>Viewing the Contents of a MAT-File</h3>
<p>MAT-files are binary MATLAB format files that store workspace variables. <a href='http://www.matlabtutorials.com/documents/importing-mat-files.html' rel="nofollow">Read More</a></p>Matlab Tags: beginner, beginner tutorial, char, Details Panel, export, import, length, load, Loading Selected Variables, m-files, mat, MAT-File Versions, mat-files, matlab, mode, path, Potential Conflict with Function Names, programming, Programming Fundamentals, Regular Expressions, size, which, whos]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/importing-mat-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toolbox Path Caching in the MATLAB Program</title>
		<link>http://www.matlabtutorials.com/documents/toolbox-path-caching-in-the-matlab-program.html</link>
		<comments>http://www.matlabtutorials.com/documents/toolbox-path-caching-in-the-matlab-program.html#comments</comments>
		<pubDate>Mon, 12 Apr 2010 10:33:41 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[Diagnostics]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[rehash]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[toolbox]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=217</guid>
		<description><![CDATA[<h3>About Toolbox Path Caching in the MATLAB Program</h3>
<p>For performance reasons, the MATLAB program caches toolbox folder information across sessions. The caching features are mostly transparent to you. However, if MATLAB does not see the latest versions of your M-files or if you receive warnings about the toolbox path cache, you might need to update the cache. <a href='http://www.matlabtutorials.com/documents/toolbox-path-caching-in-the-matlab-program.html' rel="nofollow">Read More</a></p>Matlab Tags: beginner, Diagnostics, matlab, path, program, rehash, Startup, toolbox]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/toolbox-path-caching-in-the-matlab-program.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>type</title>
		<link>http://www.matlabtutorials.com/functions/type.html</link>
		<comments>http://www.matlabtutorials.com/functions/type.html#comments</comments>
		<pubDate>Thu, 13 Aug 2009 09:31:10 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[dbtype]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[matlabpath]]></category>
		<category><![CDATA[partialpath]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[which]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=79</guid>
		<description><![CDATA[<p><strong>type List M-file.</strong><br />
    type foo.bar lists the ascii file called &#8216;foo.bar&#8217;.<br />
    type foo lists the ascii file called &#8216;foo.m&#8217;.  <a href='http://www.matlabtutorials.com/functions/type.html' rel="nofollow">Read More</a></p>Matlab Tags: dbtype, full, help, if, matlab, matlabpath, partialpath, path, which]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/functions/type.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rmpath</title>
		<link>http://www.matlabtutorials.com/functions/rmpath.html</link>
		<comments>http://www.matlabtutorials.com/functions/rmpath.html#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:27:17 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[addpath]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[matlabpath]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[rehash]]></category>
		<category><![CDATA[rehash. rmpath]]></category>
		<category><![CDATA[rem]]></category>
		<category><![CDATA[rmpath]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=73</guid>
		<description><![CDATA[<p><strong> rmpath Remove directory from search path.</strong><br />
    rmpath DIRNAME  removes the specified directory from the<br />
    current matlabpath. <a href='http://www.matlabtutorials.com/functions/rmpath.html' rel="nofollow">Read More</a></p>Matlab Tags: addpath, dir, Examples, for, if, matlab, matlabpath, path, rehash, rehash. rmpath, rem, rmpath]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/functions/rmpath.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Path</title>
		<link>http://www.matlabtutorials.com/functions/path.html</link>
		<comments>http://www.matlabtutorials.com/functions/path.html#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:23:58 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[addpath]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[genpath]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[rehash]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[rmpath]]></category>
		<category><![CDATA[statements]]></category>
		<category><![CDATA[stem]]></category>
		<category><![CDATA[what]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=69</guid>
		<description><![CDATA[<p><strong>path Get/set search path.</strong><br />
    PATH, by itself, prettyprints MATLAB&#8217;s current search path. The<br />
    initial search path list is set by PATHDEF, and is perhaps<br />
    individualized by STARTUP. <a href='http://www.matlabtutorials.com/functions/path.html' rel="nofollow">Read More</a></p>Matlab Tags: addpath, cd, dir, end, for, genpath, if, matlab, path, rehash, return, rmpath, statements, stem, what]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/functions/path.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>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>
	</channel>
</rss>

