<?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; Functions</title>
	<atom:link href="http://www.matlabtutorials.com/howto/functions/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>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]]></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>Comparing Handle and Value Classes</title>
		<link>http://www.matlabtutorials.com/documents/comparing-handle-and-value-classes.html</link>
		<comments>http://www.matlabtutorials.com/documents/comparing-handle-and-value-classes.html#comments</comments>
		<pubDate>Fri, 23 Apr 2010 15:52:56 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[Arrays of Handle Objects]]></category>
		<category><![CDATA[Behavior of MATLAB Built-In Classes]]></category>
		<category><![CDATA[Classdef]]></category>
		<category><![CDATA[Defining Events and Listeners — Syntax and Techniques]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Dynamic Properties — Adding Properties to an Instance]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Handle Class Delete Methods]]></category>
		<category><![CDATA[Handle Class Methods]]></category>
		<category><![CDATA[How to Initialize Property Values]]></category>
		<category><![CDATA[Implementing a Set/Get Interface for Properties]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[Memory Allocation for Arrays]]></category>
		<category><![CDATA[Passing Objects to Functions]]></category>
		<category><![CDATA[The Handle Superclass]]></category>
		<category><![CDATA[Which Kind of Class to Use]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=392</guid>
		<description><![CDATA[<h3>Why Select Handle or Value</h3>
<p>MATLAB support two kinds of classes — handle classes and value classes. The kind of class you use depends on the desired behavior of the class instances and what features you want to use.  <a href='http://www.matlabtutorials.com/documents/comparing-handle-and-value-classes.html' rel="nofollow">Read More</a></p>Matlab Tags: Arrays of Handle Objects, Behavior of MATLAB Built-In Classes, Classdef, Defining Events and Listeners — Syntax and Techniques, delete, Dynamic Properties — Adding Properties to an Instance, Functions, Graphics, Handle Class Delete Methods, Handle Class Methods, How to Initialize Property Values, Implementing a Set/Get Interface for Properties, matlab, Memory Allocation for Arrays, Passing [...]]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/comparing-handle-and-value-classes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Modifying and Reloading Classes</title>
		<link>http://www.matlabtutorials.com/documents/modifying-and-reloading-classes.html</link>
		<comments>http://www.matlabtutorials.com/documents/modifying-and-reloading-classes.html#comments</comments>
		<pubDate>Tue, 20 Apr 2010 20:58:47 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[Clear Classes]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[close_system]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Graphics Objects]]></category>
		<category><![CDATA[Handle]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[mlock]]></category>
		<category><![CDATA[munlock]]></category>
		<category><![CDATA[Persistent]]></category>
		<category><![CDATA[rmappdata]]></category>
		<category><![CDATA[simulink]]></category>
		<category><![CDATA[Simulink Models]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=368</guid>
		<description><![CDATA[<h3>Ensuring MATLAB Uses Your Changes</h3>
<p>There is only one class definition for a given class in MATLAB at any given time. When you create an instance of a class, MATLAB loads the class definition. So as long as instances of that class exist, MATLAB does not reload the class definition. <a href='http://www.matlabtutorials.com/documents/modifying-and-reloading-classes.html' rel="nofollow">Read More</a></p>Matlab Tags: clear, Clear Classes, close, close_system, Functions, Graphics, Graphics Objects, Handle, matlab, mlock, munlock, Persistent, rmappdata, simulink, Simulink Models, variables]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/modifying-and-reloading-classes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding maximum and minimum values in arrays</title>
		<link>http://www.matlabtutorials.com/examples/finding-maximum-and-minimum-values-in-arrays.html</link>
		<comments>http://www.matlabtutorials.com/examples/finding-maximum-and-minimum-values-in-arrays.html#comments</comments>
		<pubDate>Thu, 25 Mar 2010 23:55:55 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[Array Operations]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[exercise]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[m-file]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[matlab vectors]]></category>
		<category><![CDATA[maximum]]></category>
		<category><![CDATA[minumum]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=137</guid>
		<description><![CDATA[<p>Let’s write a function file range.m that calculates the difference between the maximum and minimum value in a vector. The file should return a reply. Open an edit window. Create a function file like the one below. <a href='http://www.matlabtutorials.com/examples/finding-maximum-and-minimum-values-in-arrays.html' rel="nofollow">Read More</a></p>Matlab Tags: Array Operations, arrays, Examples, exercise, Functions, m-file, matlab, matlab vectors, maximum, minumum, range, vector]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/examples/finding-maximum-and-minimum-values-in-arrays.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analysis of Functions, Interpolation, Curve Fitting, Integrals and Differential Equations 2</title>
		<link>http://www.matlabtutorials.com/documents/analysis-of-functions-interpolation-curve-fitting-integrals-and-differential-equations-2.html</link>
		<comments>http://www.matlabtutorials.com/documents/analysis-of-functions-interpolation-curve-fitting-integrals-and-differential-equations-2.html#comments</comments>
		<pubDate>Tue, 23 Mar 2010 02:01:13 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[Analysis of Functions]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[Command Window]]></category>
		<category><![CDATA[curve]]></category>
		<category><![CDATA[Define]]></category>
		<category><![CDATA[differential]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[equations]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[fitting]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[hold]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[inf]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[integral]]></category>
		<category><![CDATA[integrals]]></category>
		<category><![CDATA[integrand]]></category>
		<category><![CDATA[interpolation]]></category>
		<category><![CDATA[legend]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[mesh]]></category>
		<category><![CDATA[meshgrid]]></category>
		<category><![CDATA[minus]]></category>
		<category><![CDATA[plot]]></category>
		<category><![CDATA[polynomial]]></category>
		<category><![CDATA[rand]]></category>
		<category><![CDATA[randn]]></category>
		<category><![CDATA[rem]]></category>
		<category><![CDATA[round]]></category>
		<category><![CDATA[sign]]></category>
		<category><![CDATA[sum]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ver]]></category>
		<category><![CDATA[what]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=127</guid>
		<description><![CDATA[<h3>Localize minima and maxima of functions</h3>
<p>Let us try to find the local minima and maxima for the function  func(x). The interval of interest is [-6 0]. The algorithms are  iterative. There are 2 methods to use. The first one decides x in a  given interval, and the second one looks for x around an initial guess.  To decide the maxima we are looking for an x that minimizes the negative  function: -func(x). <a href='http://www.matlabtutorials.com/documents/analysis-of-functions-interpolation-curve-fitting-integrals-and-differential-equations-2.html' rel="nofollow">Read More</a></p>Matlab Tags: Analysis of Functions, applications, Command Window, curve, Define, differential, end, equations, Examples, fitting, for, format, full, Functions, grid, help, hold, if, inf, info, integral, integrals, integrand, interpolation, legend, load, matlab, mesh, meshgrid, minus, plot, polynomial, rand, randn, rem, round, sign, sum, title, tutorials, ver, what]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/analysis-of-functions-interpolation-curve-fitting-integrals-and-differential-equations-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analysis of Functions, Interpolation, Curve Fitting, Integrals and Differential Equations</title>
		<link>http://www.matlabtutorials.com/documents/analysis-of-functions-interpolation-curve-fitting-integrals-and-differential-equations.html</link>
		<comments>http://www.matlabtutorials.com/documents/analysis-of-functions-interpolation-curve-fitting-integrals-and-differential-equations.html#comments</comments>
		<pubDate>Tue, 23 Mar 2010 01:41:32 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Documents]]></category>
		<category><![CDATA[Analysis of Functions]]></category>
		<category><![CDATA[continue]]></category>
		<category><![CDATA[curve]]></category>
		<category><![CDATA[Define]]></category>
		<category><![CDATA[differential]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[equations]]></category>
		<category><![CDATA[fitting]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[inf]]></category>
		<category><![CDATA[integral]]></category>
		<category><![CDATA[integrals]]></category>
		<category><![CDATA[interpolation]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[plot]]></category>
		<category><![CDATA[polynomial]]></category>
		<category><![CDATA[quit]]></category>
		<category><![CDATA[rem]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[sign]]></category>
		<category><![CDATA[sum]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ver]]></category>
		<category><![CDATA[what]]></category>
		<category><![CDATA[which]]></category>
		<category><![CDATA[xlabel]]></category>
		<category><![CDATA[zeros]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=118</guid>
		<description><![CDATA[<p>In this tutorial we will deal with analysis of functions,  interpolation, curve fitting, integrals and differential equations.  Firstly, we will need to use polynomials and therefore we have to be  familiar with the representation of these. A general polynomial looks  like: p(x)=a<sub>n</sub>x<sup>n</sup> + a<sub>n-1</sub>x<sup>n-1</sup> +……….+ a<sub>1</sub>x + a<sub>0 </sub>and is represented by a vector in  Matlab:<br />
p=[ a<sup>n</sup> a<sup>n-1</sup> ....... a<sup>1</sup> a<sup>0</sup> ] <a href='http://www.matlabtutorials.com/documents/analysis-of-functions-interpolation-curve-fitting-integrals-and-differential-equations.html' rel="nofollow">Read More</a></p>Matlab Tags: Analysis of Functions, continue, curve, Define, differential, end, equations, fitting, for, full, Functions, grid, gui, if, inf, integral, integrals, interpolation, load, matlab, more, plot, polynomial, quit, rem, return, sign, sum, title, tutorials, ver, what, which, xlabel, zeros]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/documents/analysis-of-functions-interpolation-curve-fitting-integrals-and-differential-equations.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>bsxfun</title>
		<link>http://www.matlabtutorials.com/functions/bsxfun.html</link>
		<comments>http://www.matlabtutorials.com/functions/bsxfun.html#comments</comments>
		<pubDate>Sun, 06 Dec 2009 07:10:20 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[arrayfun]]></category>
		<category><![CDATA[divide]]></category>
		<category><![CDATA[division]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[ldivide]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[mean]]></category>
		<category><![CDATA[minus]]></category>
		<category><![CDATA[rdivide]]></category>
		<category><![CDATA[rem]]></category>
		<category><![CDATA[repmat]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[sum]]></category>
		<category><![CDATA[vectors]]></category>
		<category><![CDATA[ver]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=114</guid>
		<description><![CDATA[<p>bsxfun &#8211; Apply element-by-element binary operation to two arrays with singleton expansion enabled<br />
<strong>Syntax</strong> <a href='http://www.matlabtutorials.com/functions/bsxfun.html' rel="nofollow">Read More</a></p>Matlab Tags: array, arrayfun, divide, division, Examples, Functions, if, ldivide, magic, matlab, mean, minus, rdivide, rem, repmat, return, sum, vectors, ver]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/functions/bsxfun.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>arrayfun</title>
		<link>http://www.matlabtutorials.com/functions/arrayfun.html</link>
		<comments>http://www.matlabtutorials.com/functions/arrayfun.html#comments</comments>
		<pubDate>Sat, 05 Dec 2009 19:04:34 +0000</pubDate>
		<dc:creator>matlabtutorials</dc:creator>
				<category><![CDATA[Functions]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[Array Operations]]></category>
		<category><![CDATA[arrayfun]]></category>
		<category><![CDATA[cell2mat]]></category>
		<category><![CDATA[cellfun]]></category>
		<category><![CDATA[end]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[for]]></category>
		<category><![CDATA[function_handle]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[mean]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[rand]]></category>
		<category><![CDATA[rem]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[sign]]></category>
		<category><![CDATA[spfun]]></category>
		<category><![CDATA[structfun]]></category>
		<category><![CDATA[ver]]></category>
		<category><![CDATA[which]]></category>

		<guid isPermaLink="false">http://www.matlabtutorials.com/?p=110</guid>
		<description><![CDATA[<p>arrayfun &#8211; Apply function to each element of array <a href='http://www.matlabtutorials.com/functions/arrayfun.html' rel="nofollow">Read More</a></p>Matlab Tags: array, Array Operations, arrayfun, cell2mat, cellfun, end, Examples, for, Functions, function_handle, if, load, matlab, mean, more, rand, rem, return, sign, spfun, structfun, ver, which]]></description>
		<wfw:commentRss>http://www.matlabtutorials.com/functions/arrayfun.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

