<?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; Documents</title>
	<atom:link href="http://www.matlabtutorials.com/matlab/documents/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>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working with 8-Bit and 16-Bit Images</title>
		<link>http://www.matlabtutorials.com/documents/working-with-8-bit-and-16-bit-images.html</link>
		<comments>http://www.matlabtutorials.com/documents/working-with-8-bit-and-16-bit-images.html#comments</comments>
		<pubDate>Sat, 08 May 2010 14:07:04 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[16-Bit]]></category>
		<category><![CDATA[8-Bit]]></category>
		<category><![CDATA[Arithmetic Operations on Integer Classes]]></category>
		<category><![CDATA[brighten]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[colormap]]></category>
		<category><![CDATA[conv2]]></category>
		<category><![CDATA[convn]]></category>
		<category><![CDATA[double]]></category>
		<category><![CDATA[fft2]]></category>
		<category><![CDATA[fftn]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[imagesc]]></category>
		<category><![CDATA[imread]]></category>
		<category><![CDATA[imwrite]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[permute]]></category>
		<category><![CDATA[reshape]]></category>
		<category><![CDATA[sum]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=507</guid>
		<description><![CDATA[<h3>8-Bit and 16-Bit Indexed Images</h3>
<p>Double-precision (64-bit) floating-point numbers are the default MATLAB representation for numeric data. However, to reduce memory requirements for working with images, you can store images as 8-bit or 16-bit unsigned integers using the numeric classes uint8 or uint16, respectively. An image whose data matrix has class uint8 is called an 8-bit image; an image whose data matrix has class uint16 is called a 16-bit image. <a href='http://www.matlabtutorials.com/documents/working-with-8-bit-and-16-bit-images.html' rel="nofollow">Read More</a></p>
	Matlab Tags: 16-Bit, 8-Bit, Arithmetic Operations on Integer Classes, brighten, cat, colormap, conv2, convn, double, fft2, fftn, find, image, imagesc, imread, imwrite, matlab, permute, reshape, sum, tutorials

	Related posts
	
	Path
	Toolbox Path Caching in the MATLAB Program
	Defining MATLAB Commands as Input Cells for Notebook
	while
	Matlab GUIDE: Getting Started


]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/working-with-8-bit-and-16-bit-images.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matlab Image Types</title>
		<link>http://www.matlabtutorials.com/documents/matlab-image-types.html</link>
		<comments>http://www.matlabtutorials.com/documents/matlab-image-types.html#comments</comments>
		<pubDate>Fri, 07 May 2010 09:02:54 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[CDataMapping]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[imagesc]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Technical Note 1201: The Technical Support Guide to Graphics Rendering and Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=501</guid>
		<description><![CDATA[<h3>Indexed Images</h3>
<p>An indexed image consists of a data matrix, X, and a colormap matrix, map. map is an m-by-3 array of class double containing floating-point values in the range [0, 1]. Each row of map specifies the red, green, and blue components of a single color. An indexed image uses &#8220;direct mapping&#8221; of pixel values to colormap values. The color of each image pixel is determined by using the corresponding value of X as an index into map. Values of X therefore must be integers. The value 1 points to the first row in map, the value 2 points to the second row, and so on. Display an indexed image with the statements <a href='http://www.matlabtutorials.com/documents/matlab-image-types.html' rel="nofollow">Read More</a></p>
	Matlab Tags: CDataMapping, Graphics, image, imagesc, matlab, Support, Technical Note 1201: The Technical Support Guide to Graphics Rendering and Troubleshooting

	Related posts
	
	Matlab Core Graphics Objects
	Constructing Sparse Matrices
	What Is Model-Based Design?
	Using the Editor and Debugger with Classes
	save


]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/matlab-image-types.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Images in MATLAB Graphics</title>
		<link>http://www.matlabtutorials.com/documents/working-with-images-in-matlab-graphics.html</link>
		<comments>http://www.matlabtutorials.com/documents/working-with-images-in-matlab-graphics.html#comments</comments>
		<pubDate>Thu, 06 May 2010 23:02:30 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[axis]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[imagesc]]></category>
		<category><![CDATA[imfinfo]]></category>
		<category><![CDATA[imread]]></category>
		<category><![CDATA[imwrite]]></category>
		<category><![CDATA[ind2rgb]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[Working with 8-Bit and 16-Bit Images]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=499</guid>
		<description><![CDATA[<h3>What Is Image Data?</h3>
<p>The basic MATLAB data structure is the array, an ordered set of real or complex elements. An array is naturally suited to the representation of images, real-valued, ordered sets of color or intensity data. (An array is suited for complex-valued images.) <a href='http://www.matlabtutorials.com/documents/working-with-images-in-matlab-graphics.html' rel="nofollow">Read More</a></p>
	Matlab Tags: axis, Graphics, image, Images, imagesc, imfinfo, imread, imwrite, ind2rgb, matlab, Working with 8-Bit and 16-Bit Images

	Related posts
	
	Working with 8-Bit and 16-Bit Images
	Matlab GUIDE: Getting Started
	quit
	Matlab Implementing Linked Lists
	break


]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/working-with-images-in-matlab-graphics.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matlab GUIDE: Getting Started</title>
		<link>http://www.matlabtutorials.com/documents/matlab-guide-getting-started.html</link>
		<comments>http://www.matlabtutorials.com/documents/matlab-guide-getting-started.html#comments</comments>
		<pubDate>Sun, 02 May 2010 17:15:30 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[Layout Editor]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[Predefined Dialog Boxes]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=482</guid>
		<description><![CDATA[<h3>GUI Layout</h3>
<p>GUIDE, the MATLAB graphical user interface development environment, provides a set of tools for creating graphical user interfaces (GUIs). These tools simplify the process of laying out and programming GUIs.<br />
<a href="http://www.matlabtutorials.com/wp-content/uploads/gui_layout_editor.png"><img src="http://www.matlabtutorials.com/wp-content/uploads/gui_layout_editor.png" alt="" title="gui_layout_editor" width="600" height="537" class="aligncenter size-full wp-image-484" /></a><br />
Using the GUIDE Layout Editor, you can populate a GUI by clicking and dragging GUI components—such as axes, panels, buttons, text fields, sliders, and so on—into the layout area. You also can create menus and context menus for the GUI. From the Layout Editor, you can size the GUI, modify component look and feel, align components, set tab order, view a hierarchical list of the component objects, and set GUI options. <a href='http://www.matlabtutorials.com/documents/matlab-guide-getting-started.html' rel="nofollow">Read More</a></p>
	Matlab Tags: gui, guide, Layout Editor, matlab, Predefined Dialog Boxes, programming

	Related posts
	
	Modifying and Reloading Classes
	Displaying Curl with Stream Ribbons
	arrayfun
	Matlab Editing Plots
	Matlab Syntax Reference &#038; Specifying Methods and Functions


]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/matlab-guide-getting-started.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using .NET from MATLAB</title>
		<link>http://www.matlabtutorials.com/documents/using-net-from-matlab.html</link>
		<comments>http://www.matlabtutorials.com/documents/using-net-from-matlab.html#comments</comments>
		<pubDate>Thu, 29 Apr 2010 08:39:40 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Desktop Tools and Development Environment]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[getting started]]></category>
		<category><![CDATA[Getting Started with .NET]]></category>
		<category><![CDATA[http://msdn.microsoft.com/en-us/default.aspx]]></category>
		<category><![CDATA[Loading .NET Assemblies into MATLAB]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[Product Documentation at the MathWorks Web Site]]></category>
		<category><![CDATA[Requirements]]></category>
		<category><![CDATA[Using a .NET Object]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=458</guid>
		<description><![CDATA[<h3>What Is the Microsoft .NET Framework?</h3>
<p>The Microsoft .NET Framework is an integral Windows component that provides a large body of precoded solutions to common program requirements, and manages the execution of programs written specifically for the Framework. <a href='http://www.matlabtutorials.com/documents/using-net-from-matlab.html' rel="nofollow">Read More</a></p>
	Matlab Tags: .Net, Desktop Tools and Development Environment, Documentation, getting started, Getting Started with .NET, http://msdn.microsoft.com/en-us/default.aspx, Loading .NET Assemblies into MATLAB, matlab, Product Documentation at the MathWorks Web Site, Requirements, Using a .NET Object

	Related posts
	
	Specifying Class Precedence
	Computational Advantages
	The magic Function
	Analysis of Functions, Interpolation, Curve Fitting, Integrals and Differential Equations 2
	Controlling Command Window Input and Output


]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/using-net-from-matlab.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying Graphics Images</title>
		<link>http://www.matlabtutorials.com/documents/displaying-graphics-images.html</link>
		<comments>http://www.matlabtutorials.com/documents/displaying-graphics-images.html#comments</comments>
		<pubDate>Thu, 29 Apr 2010 08:31:25 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[axes]]></category>
		<category><![CDATA[axis]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[imagesc]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=452</guid>
		<description><![CDATA[<h3>Image Types and Display Methods</h3>
<p>To display a graphics file image, use either image or imagesc. For example, assuming RGB is an image, <a href='http://www.matlabtutorials.com/documents/displaying-graphics-images.html' rel="nofollow">Read More</a></p>
	Matlab Tags: axes, axis, Graphics, image, Images, imagesc

	Related posts
	
	Working with 8-Bit and 16-Bit Images
	Matlab Core Graphics Objects
	Modifying and Reloading Classes
	Comparing Handle and Value Classes
	edit


]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/displaying-graphics-images.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading, Writing, and Querying Graphics Image Files</title>
		<link>http://www.matlabtutorials.com/documents/reading-writing-and-querying-graphics-image-files.html</link>
		<comments>http://www.matlabtutorials.com/documents/reading-writing-and-querying-graphics-image-files.html#comments</comments>
		<pubDate>Thu, 29 Apr 2010 08:20:27 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[ginput]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[imagesc]]></category>
		<category><![CDATA[imfinfo]]></category>
		<category><![CDATA[imread]]></category>
		<category><![CDATA[imwrite]]></category>
		<category><![CDATA[ind2rgb]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[rbbox]]></category>
		<category><![CDATA[save]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=449</guid>
		<description><![CDATA[<h3>Working with Image Formats</h3>
<p>In its native form, a graphics file format image is not stored as a MATLAB matrix, or even necessarily as a matrix. Most graphics files begin with a header containing format-specific information tags, and continue with bitmap data that can be read as a continuous stream. For this reason, you cannot use the standard MATLAB I/O commands load and save to read and write a graphics file format image. <a href='http://www.matlabtutorials.com/documents/reading-writing-and-querying-graphics-image-files.html' rel="nofollow">Read More</a></p>
	Matlab Tags: Functions, ginput, Graphics, image, imagesc, imfinfo, imread, imwrite, ind2rgb, load, matlab, rbbox, save

	Related posts
	
	Adding Text Annotations to Graphs
	Controlling the Number of Instances
	Constructing Sparse Matrices
	The find Function
	MATLAB GUI (Graphical User Interface) Tutorial for Beginners


]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/reading-writing-and-querying-graphics-image-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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

	Related posts
	
	accumarray
	Matlab Graphics Windows &#038; the Figure
	Matlab Class Definition &#038; The Classdef Block
	What Is Model-Based Design?
	Notebook [...]]]></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>Linking Graphs to Variables &amp; Data Source Properties</title>
		<link>http://www.matlabtutorials.com/documents/linking-graphs-to-variables-data-source-properties.html</link>
		<comments>http://www.matlabtutorials.com/documents/linking-graphs-to-variables-data-source-properties.html#comments</comments>
		<pubDate>Sat, 24 Apr 2010 23:28:42 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[data source]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[refreshdata]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=435</guid>
		<description><![CDATA[<p>Plot objects let you link a MATLAB expression with properties that contain data. For example, the lineseries object has data source properties associated with the XData, YData, and ZData properties. These properties are called XDataSource, YDataSource, and ZDataSource.  <a href='http://www.matlabtutorials.com/documents/linking-graphs-to-variables-data-source-properties.html' rel="nofollow">Read More</a></p>
	Matlab Tags: data source, graphs, matlab, refreshdata

	Related posts
	
	Marking Up Graphs with Data Brushing
	Controlling the Number of Instances
	Class Definition-Syntax Reference &#038; Specifying Properties
	Working with Matrices in Matlab
	break


]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/linking-graphs-to-variables-data-source-properties.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matlab Plot Objects</title>
		<link>http://www.matlabtutorials.com/documents/matlab-plot-objects.html</link>
		<comments>http://www.matlabtutorials.com/documents/matlab-plot-objects.html#comments</comments>
		<pubDate>Sat, 24 Apr 2010 21:35:45 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[area]]></category>
		<category><![CDATA[areaseries]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[barseries]]></category>
		<category><![CDATA[contour]]></category>
		<category><![CDATA[contourgroup]]></category>
		<category><![CDATA[Core Graphics Objects]]></category>
		<category><![CDATA[errorbar]]></category>
		<category><![CDATA[errorbarseries]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[hggroup]]></category>
		<category><![CDATA[hgsave]]></category>
		<category><![CDATA[hgtransform]]></category>
		<category><![CDATA[lineseries]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[Objects That Can Contain Other Objects]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[peaks]]></category>
		<category><![CDATA[plot]]></category>
		<category><![CDATA[Plot Objects]]></category>
		<category><![CDATA[plot3]]></category>
		<category><![CDATA[plotting]]></category>
		<category><![CDATA[quiver]]></category>
		<category><![CDATA[quiver3]]></category>
		<category><![CDATA[quivergroup]]></category>
		<category><![CDATA[scatter]]></category>
		<category><![CDATA[scatter3]]></category>
		<category><![CDATA[scattergroup]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[stairs]]></category>
		<category><![CDATA[stairseries]]></category>
		<category><![CDATA[stairstep]]></category>
		<category><![CDATA[stem]]></category>
		<category><![CDATA[stem3]]></category>
		<category><![CDATA[stemseries]]></category>
		<category><![CDATA[surf]]></category>
		<category><![CDATA[surfaceplot]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=427</guid>
		<description><![CDATA[<p>A number of high-level plotting functions create plot objects. The properties of plot objects provide easy access to the important properties of the core graphics objects that the plot objects contain. <a href='http://www.matlabtutorials.com/documents/matlab-plot-objects.html' rel="nofollow">Read More</a></p>
	Matlab Tags: area, areaseries, bar, barseries, contour, contourgroup, Core Graphics Objects, errorbar, errorbarseries, Graphics, graphs, hggroup, hgsave, hgtransform, lineseries, matlab, mesh, Objects That Can Contain Other Objects, patch, peaks, plot, Plot Objects, plot3, plotting, quiver, quiver3, quivergroup, scatter, scatter3, scattergroup, set, stairs, stairseries, stairstep, stem, stem3, stemseries, surf, surfaceplot

	Related posts
	
	Managing Desktop Layouts
	Desktop Tools
	The magic Function
	bsxfun
	Specifying [...]]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/matlab-plot-objects.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
