<?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; diary</title>
	<atom:link href="http://www.matlabtutorials.com/howto/diary/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.0.1</generator>
		<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 Related posts pack Managing Desktop Layouts MATLAB GUI (Graphical User Interface) Tutorial for Beginners ver Desktop Tools]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/examples/saving-your-matlab-sessions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>save</title>
		<link>http://www.matlabtutorials.com/functions/save.html</link>
		<comments>http://www.matlabtutorials.com/functions/save.html#comments</comments>
		<pubDate>Wed, 12 Aug 2009 14:30:11 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[abs]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[diary]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[fileformats]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[fprint]]></category>
		<category><![CDATA[fprintf]]></category>
		<category><![CDATA[fwrite]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[sum]]></category>
		<category><![CDATA[uisave]]></category>
		<category><![CDATA[variable names]]></category>
		<category><![CDATA[variables]]></category>
		<category><![CDATA[ver]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=77</guid>
		<description><![CDATA[<p><strong>SAVE Save workspace variables to disk. </strong><br />
   SAVE FILENAME saves all workspace variables to the binary &#8220;MAT-file&#8221;<br />
   named FILENAME.mat.  The data may be retrieved with LOAD.  If FILENAME<br />
   has no extension, .mat is assumed.   <a href='http://www.matlabtutorials.com/functions/save.html' rel="nofollow">Read More</a></p>Matlab Tags: abs, array, diary, end, fileformats, for, format, fprint, fprintf, fwrite, help, if, load, matlab, save, sum, uisave, variable names, variables, ver, workspace Related posts dir end What Is Model-Based Design? while Using the Editor and Debugger with Classes]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/functions/save.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>diary</title>
		<link>http://www.matlabtutorials.com/functions/diary.html</link>
		<comments>http://www.matlabtutorials.com/functions/diary.html#comments</comments>
		<pubDate>Thu, 06 Mar 2008 15:55:10 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[Command Window]]></category>
		<category><![CDATA[diary]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[matlab functions]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://localhost/wmatlab/examples/diary.html</guid>
		<description><![CDATA[<p>DIARY Save text of MATLAB session.<br />
DIARY filename causes a copy of all subsequent command window input and most of the resulting command window output to be appended to the named file.  If no file is specified, the file &#8216;diary&#8217; is used. <a href='http://www.matlabtutorials.com/functions/diary.html' rel="nofollow">Read More</a></p>Matlab Tags: Command Window, diary, end, for, if, matlab, matlab functions, save, session Related posts format accumarray more Matlab Video Tutorials Managing Desktop Layouts]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/functions/diary.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
