<?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; Working with Meta-Classes</title>
	<atom:link href="http://www.matlabtutorials.com/howto/working-with-meta-classes/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>Finding Handle Objects and Properties</title>
		<link>http://www.matlabtutorials.com/documents/finding-handle-objects-and-properties.html</link>
		<comments>http://www.matlabtutorials.com/documents/finding-handle-objects-and-properties.html#comments</comments>
		<pubDate>Fri, 23 Apr 2010 21:01:46 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[findobj]]></category>
		<category><![CDATA[findprop]]></category>
		<category><![CDATA[Working with Meta-Classes]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=399</guid>
		<description><![CDATA[<h3>Finding Handle Objects</h3>
<p>The findobj method enables you to locate handle objects that meet certain conditions. <a href='http://www.matlabtutorials.com/documents/finding-handle-objects-and-properties.html' rel="nofollow">Read More</a></p>Matlab Tags: findobj, findprop, Working with Meta-Classes]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/finding-handle-objects-and-properties.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Specifying Class Precedence</title>
		<link>http://www.matlabtutorials.com/documents/specifying-class-precedence.html</link>
		<comments>http://www.matlabtutorials.com/documents/specifying-class-precedence.html#comments</comments>
		<pubDate>Fri, 23 Apr 2010 12:01:14 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[char]]></category>
		<category><![CDATA[Class Precedence and MATLAB Path]]></category>
		<category><![CDATA[Classesdouble]]></category>
		<category><![CDATA[Concatenating Objects of Different Classes]]></category>
		<category><![CDATA[Determining Which Method Is Invoked]]></category>
		<category><![CDATA[function_handle]]></category>
		<category><![CDATA[Inferior]]></category>
		<category><![CDATA[InferiorClasses]]></category>
		<category><![CDATA[int16]]></category>
		<category><![CDATA[int32]]></category>
		<category><![CDATA[int64]]></category>
		<category><![CDATA[int8]]></category>
		<category><![CDATA[logical]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[single]]></category>
		<category><![CDATA[struct]]></category>
		<category><![CDATA[uint16]]></category>
		<category><![CDATA[uint32]]></category>
		<category><![CDATA[uint64]]></category>
		<category><![CDATA[uint8]]></category>
		<category><![CDATA[Working with Meta-Classes]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=390</guid>
		<description><![CDATA[<h3>InferiorClasses Attribute</h3>
<p>You can specify the relative precedence of user-defined classes using the class InferiorClasses attribute. Assign a cell array of class names (represented as meta.class objects) to this attribute to specify classes that are inferior to the class you are defining. For example, the following classdef declares that myClass is dominant over class1 and class2. <a href='http://www.matlabtutorials.com/documents/specifying-class-precedence.html' rel="nofollow">Read More</a></p>Matlab Tags: cell, char, Class Precedence and MATLAB Path, Classesdouble, Concatenating Objects of Different Classes, Determining Which Method Is Invoked, function_handle, Inferior, InferiorClasses, int16, int32, int64, int8, logical, matlab, single, struct, uint16, uint32, uint64, uint8, Working with Meta-Classes]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/specifying-class-precedence.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matlab Class Overview</title>
		<link>http://www.matlabtutorials.com/documents/matlab-class-overview.html</link>
		<comments>http://www.matlabtutorials.com/documents/matlab-class-overview.html#comments</comments>
		<pubDate>Fri, 23 Apr 2010 10:57:28 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[Attributes]]></category>
		<category><![CDATA[Building on Other Classes]]></category>
		<category><![CDATA[Class Attributes]]></category>
		<category><![CDATA[Class Constructor Methods]]></category>
		<category><![CDATA[classdef Syntax]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[Comparing Handle and Value Classes]]></category>
		<category><![CDATA[Creating Object Arrays]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Event Attributes]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[Method Attributes]]></category>
		<category><![CDATA[Object Arrays]]></category>
		<category><![CDATA[Property Attributes]]></category>
		<category><![CDATA[Specifying Attributes]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[Working with Meta-Classes]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=372</guid>
		<description><![CDATA[<h3>MATLAB User-Defined Classes</h3>
<p>A MATLAB class definition is a template whose purpose is to provide a description of all the elements that are common to all instances of the class. Class members are the properties, methods, and events that define the class. <a href='http://www.matlabtutorials.com/documents/matlab-class-overview.html' rel="nofollow">Read More</a></p>Matlab Tags: Attributes, Building on Other Classes, Class Attributes, Class Constructor Methods, classdef Syntax, classes, Comparing Handle and Value Classes, Creating Object Arrays, Event, Event Attributes, matlab, Method Attributes, Object Arrays, Property Attributes, Specifying Attributes, syntax, Working with Meta-Classes]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/matlab-class-overview.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

