<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
<atom:link href="http://www.matrixlab-examples.com/matlab.xml" rel="self" type="application/rss+xml" />
   <title>Matlab examples - the blog...</title>
   <link>http://www.matrixlab-examples.com/matlab-blog.html</link>
   <description>In this blog I propose some interesting Matlab exercises, examples and tutorials to cover powerful programming instructions to work with matrices, vectors and arrays.</description>
   <language>en-us</language>
   <category domain = "http://www.matrixlab-examples.com/matlab-blog.html#">matlab</category>
   <pubDate>Thu, 29 Jul 2010 03:08:49 GMT</pubDate>
   <lastBuildDate>Thu, 29 Jul 2010 03:08:49 GMT</lastBuildDate>
   <copyright>matrixlab-examples.com</copyright>
   <item>
    <title>Using Matlab</title>
    <link>http://www.matrixlab-examples.com/using-matlab.html</link>
    <description>Start using Matlab right away! In this tutorial you&#39;ll log on or invoke MATLAB, do a few trivial calculations and log off</description>
    <pubDate>Thu, 29 Jul 2010 03:06:59 GMT</pubDate>
   </item>
   <item>
    <title>Trapezoidal Rule</title>
    <link>http://www.matrixlab-examples.com/trapezoidal-rule.html</link>
    <description>This code approximates the definite integral of a function. The integral is calculated using the trapezoidal rule. Parameters of the function are the limits of integration and the number of intervals...</description>
    <pubDate>Thu, 29 Jul 2010 03:04:57 GMT</pubDate>
   </item>
   <item>
    <title>Matlab break statement</title>
    <link>http://www.matrixlab-examples.com/break-statement.html</link>
    <description>The break statement lets you exit early from a for or while loop. In nested loops, break exits from the innermost loop only.</description>
    <pubDate>Thu, 29 Jul 2010 03:02:53 GMT</pubDate>
   </item>
   <item>
    <title>Matlab code</title>
    <link>http://www.matrixlab-examples.com/matlab-code.html</link>
    <description>In this tutorial, you&#39;ll develop step-by-step Matlab code</description>
    <pubDate>Thu, 29 Jul 2010 02:55:20 GMT</pubDate>
   </item>
   <item>
    <title>Matlab Programs</title>
    <link>http://www.matrixlab-examples.com/matlab-programs.html</link>
    <description>Learn to develop your own Matlab programs !! You&#39;ll write a function file to draw a circle of a specified radius, with the radius being the input of the function. You can either write the function file from scratch or modify the script file of this Tutorial Lesson...</description>
    <pubDate>Thu, 29 Jul 2010 02:53:16 GMT</pubDate>
   </item>
   <item>
    <title>Gaussian distribution - how to plot one in Matlab</title>
    <link>http://www.matrixlab-examples.com/gaussian-distribution.html</link>
    <description>How to plot a Gaussian distribution or bell curve in Matlab...</description>
    <pubDate>Thu, 29 Jul 2010 02:48:41 GMT</pubDate>
   </item>
   <item>
    <title>Matlab Plots</title>
    <link>http://www.matrixlab-examples.com/matlab-plots.html</link>
    <description>These examples introduce several Matlab plots and its main features... In this group of exercises, we are going to create several MATLAB plots.</description>
    <pubDate>Thu, 29 Jul 2010 02:46:01 GMT</pubDate>
   </item>
   <item>
    <title>Simple animation with Matlab...</title>
    <link>http://www.matrixlab-examples.com/simple-animation.html</link>
    <description>advantage of Matlab&amp;#8217;s simple animation capabilities. We expose the basic method or algorithm for animations...</description>
    <pubDate>Thu, 29 Jul 2010 02:39:37 GMT</pubDate>
   </item>
   <item>
    <title>3D Simple Animation</title>
    <link>http://www.matrixlab-examples.com/simple-animation-3d.html</link>
    <description>We&amp;#8217;re going to experiment with simple animation in 3D. We are going to work with a sphere and are going to rotate our view angle. In the second experiment, we&amp;#8217;re going to draw a paraboloid, change its size and rotate...</description>
    <pubDate>Thu, 29 Jul 2010 02:37:33 GMT</pubDate>
   </item>
   <item>
    <title>Matlab Plot 3</title>
    <link>http://www.matrixlab-examples.com/matlab-plot-3.html</link>
    <description>In this example, we study the Matlab plot &#39;stem&#39; instruction to illustrate functions. It draws vertical lines with a little circle on the tip proportional to the value of the function at that horizontal value.</description>
    <pubDate>Thu, 29 Jul 2010 02:34:56 GMT</pubDate>
   </item>
   <item>
    <title>Polar plots in Matlab - Functions: Compass, Polar and Rose</title>
    <link>http://www.matrixlab-examples.com/polar-plots.html</link>
    <description>Polar plots use magnitudes and angles. In this article we&amp;#8217;ll show the Matlab built-in commands &#39;compass&#39;, &#39;polar&#39; and &#39;rose&#39;...</description>
    <pubDate>Thu, 29 Jul 2010 02:12:33 GMT</pubDate>
   </item>
   <item>
    <title>3D Plot - Part 4</title>
    <link>http://www.matrixlab-examples.com/3D-plot-part4.html</link>
    <description>In this example we make a summarization of the use of the following 3D plot instructions: meshgrid, figure, contour3, mesh, surfc, surfl...</description>
    <pubDate>Thu, 29 Jul 2010 02:10:44 GMT</pubDate>
   </item>
   <item>
    <title>T Distribution</title>
    <link>http://www.matrixlab-examples.com/t-distribution.html</link>
    <description>This algorithm (Matlab program) calculates right-tail values for points on a t distribution curve. You must provide the value of t and the degrees of freedom...</description>
    <pubDate>Thu, 29 Jul 2010 02:01:50 GMT</pubDate>
   </item>
   <item>
    <title>Horizontal Lines - plotting in Matlab</title>
    <link>http://www.matrixlab-examples.com/horizontal-lines.html</link>
    <description>We show you how to draw horizontal lines (and vertical lines) in Matlab, and add them to any given plot...</description>
    <pubDate>Thu, 29 Jul 2010 01:51:04 GMT</pubDate>
   </item>
   <item>
    <title>Matlab Plot - Tutorial</title>
    <link>http://www.matrixlab-examples.com/matlab-plot.html</link>
    <description>In this tutorial you create and print a Matlab plot (don&#39;t forget to check the other presented tutorials...)</description>
    <pubDate>Thu, 29 Jul 2010 01:49:09 GMT</pubDate>
   </item>
   <item>
    <title>hist - Histograms in Matlab</title>
    <link>http://www.matrixlab-examples.com/hist.html</link>
    <description>This is how you can easily display histograms using the Matlab hist function...</description>
    <pubDate>Sun, 25 Jul 2010 16:32:13 GMT</pubDate>
   </item>
   <item>
    <title>Matlab Codes</title>
    <link>http://www.matrixlab-examples.com/matlab-codes.html</link>
    <description>Here are some examples of Matlab codes, scripts and functions.</description>
    <pubDate>Sun, 25 Jul 2010 16:29:47 GMT</pubDate>
   </item>
   <item>
    <title>Complex Numbers</title>
    <link>http://www.matrixlab-examples.com/complex-numbers.html</link>
    <description>The unit of imaginary numbers is root of -1 and is generally designated by the letter i (or j). Many laws which are true for real numbers are true for complex numbers as well...</description>
    <pubDate>Sun, 25 Jul 2010 16:19:15 GMT</pubDate>
   </item>
   <item>
    <title>2D Plots - fancy tools for visualization</title>
    <link>http://www.matrixlab-examples.com/2D-plots.html</link>
    <description>These are the basic instructions in Matlab to obtain 2D plots. See these examples...</description>
    <pubDate>Sun, 25 Jul 2010 16:16:32 GMT</pubDate>
   </item>
   <item>
    <title>Switch Statement - Matlab code</title>
    <link>http://www.matrixlab-examples.com/switch-statement.html</link>
    <description>The switch statement in Matlab executes groups of instructions or statements based on the value of a variable or expression. See these Matlab examples...</description>
    <pubDate>Sun, 25 Jul 2010 16:13:20 GMT</pubDate>
   </item>
   <item>
    <title>3D Plot - Part 3</title>
    <link>http://www.matrixlab-examples.com/3D-plot-part3.html</link>
    <description>In this part, we demonstrate the use of the 3D plot function &#39;sphere&#39;. We are going to draw a unit sphere centered at the origin and generated by matrices x, y and z...</description>
    <pubDate>Sun, 25 Jul 2010 16:07:32 GMT</pubDate>
   </item>
   <item>
    <title>3D-Plot-part-1</title>
    <link>http://www.matrixlab-examples.com/3D-plot-part1.html</link>
    <description>Matlab provides many powerful instructions for the visualization of 3D Plot. The instructions provided include tools to plot wire-frame objects, 3D curves, surfaces... and can automatically generate contours...</description>
    <pubDate>Sun, 25 Jul 2010 15:57:15 GMT</pubDate>
   </item>
   <item>
    <title>Matlab GUI - Magic Trick!</title>
    <link>http://www.matrixlab-examples.com/matlab-gui-2.html</link>
    <description>We are going to develop a Matlab GUI that performs a magic trick! (You can download the code!) We&amp;#8217;re going to work on an interface to read your mind! Don&amp;#8217;t be scared... it&amp;#8217;s safe (as far as I know...). It&amp;#8217;s an old trick that has been around for at least 40 years (maybe more), but this is my version with Matlab...</description>
    <pubDate>Sun, 25 Jul 2010 15:54:50 GMT</pubDate>
   </item>
   <item>
    <title>Matlab GUI - First steps...</title>
    <link>http://www.matrixlab-examples.com/matlab-gui.html</link>
    <description>We are going to develop a simple Matlab GUI. We&amp;#8217;ll use the Matlab GUIDE (Graphical User Interface Development Environment) which is pretty handy... This article is a super-fast introduction, but very convenient because with some ingenuity you can learn it in 10 minutes... or so...</description>
    <pubDate>Sun, 25 Jul 2010 15:52:03 GMT</pubDate>
   </item>
   <item>
    <title>Vector Algebra 2</title>
    <link>http://www.matrixlab-examples.com/vector-algebra-2.html</link>
    <description>We expose how simple it is to work with vector algebra, within Matlab. Row vector y can represent a straight line by doubling the x value (just as a slope = 2) and adding a constant. Something like y = mx + c. It&#39;s easy to perform algebraic operations on vectors since you apply the operations to the whole vector, not to each element alone.</description>
    <pubDate>Sat, 24 Jul 2010 00:04:57 GMT</pubDate>
   </item>
   <item>
    <title>Callback Function</title>
    <link>http://www.matrixlab-examples.com/callback-function.html</link>
    <description>In this article we&amp;#8217;re going to build-up a simple adder. Our adder (by means of relevant callback function s) is going to have two &amp;#8216;edit text&amp;#8217; components, two &amp;#8216;static text&amp;#8217; components, and one &amp;#8216;push button&amp;#8217; element.</description>
    <pubDate>Sat, 24 Jul 2010 00:01:38 GMT</pubDate>
   </item>
   <item>
    <title>Simpsons Rule</title>
    <link>http://www.matrixlab-examples.com/simpsons-rule.html</link>
    <description>This code approximates the definite integral of a function. The integral is calculated using Simpsons rule. You must supply the limits of integration, the increment between points within the limits, and the function of the curve to be integrated...</description>
    <pubDate>Fri, 23 Jul 2010 22:34:27 GMT</pubDate>
   </item>
   <item>
    <title>Data Analysis - reading text files with Matlab</title>
    <link>http://www.matrixlab-examples.com/data-analysis.html</link>
    <description>We&#39;re going to do data analysis by reading text files with Matlab, processing data and writing output to another text file...</description>
    <pubDate>Fri, 23 Jul 2010 22:32:05 GMT</pubDate>
   </item>
   <item>
    <title>Resistor Code with a Matlab GUI (free download)</title>
    <link>http://www.matrixlab-examples.com/resistor-code.html</link>
    <description>We&#39;re going to develop a Resistor Code - Matlab GUI. The intention is to be able to automatically decode the colors of four-band resistors...</description>
    <pubDate>Fri, 23 Jul 2010 22:30:06 GMT</pubDate>
   </item>
   <item>
    <title>Cramers Rule</title>
    <link>http://www.matrixlab-examples.com/cramers-rule.html</link>
    <description>The method of solution of linear equations by determinants is called Cramers Rule. This rule for linear equations in 3 unknowns is a method of solving by determinants the following equations for x, y, z...</description>
    <pubDate>Fri, 23 Jul 2010 22:28:07 GMT</pubDate>
   </item>
   <item>
    <title>3D Plot Part 2</title>
    <link>http://www.matrixlab-examples.com/3D-plot-part2.html</link>
    <description>The 3D plot functions intended for plotting meshes and surfaces &#39;mesh&#39; and &#39;surf&#39;, and their several variants &#39;meshc&#39;, &#39;meshz&#39;, &#39;surfc&#39;, and &#39;surfl&#39;, take multiple optional input arguments, the most simple form being &#39;mesh(z)&#39; or &#39;surf(z)&#39;, where z represents a matrix. See these examples...</description>
    <pubDate>Fri, 23 Jul 2010 22:25:32 GMT</pubDate>
   </item>
   <item>
    <title>Cell Arrays - from the programming point of view</title>
    <link>http://www.matrixlab-examples.com/cell-arrays.html</link>
    <description>Cell arrays are able to store variables of different size or type (very much like structures in other programming languages). It is the most versatile data object...</description>
    <pubDate>Thu, 22 Jul 2010 22:51:49 GMT</pubDate>
   </item>
   <item>
    <title>Line detection - working images with Matlab...</title>
    <link>http://www.matrixlab-examples.com/line-detection.html</link>
    <description>This experiment explores line detection (image analysis) with Matlab...</description>
    <pubDate>Sun, 13 Jun 2010 07:13:21 GMT</pubDate>
   </item>
   <item>
    <title>RGB images - an introduction to image processing algorithms in Matlab</title>
    <link>http://www.matrixlab-examples.com/rgb-images.html</link>
    <description>We&#39;ll demonstrate some basic ideas on RGB images or image processing in Matlab. These concepts are fundamental and...</description>
    <pubDate>Mon, 07 Jun 2010 06:51:40 GMT</pubDate>
   </item>
   <item>
    <title>Square Root Algorithm - an example with while-loops</title>
    <link>http://www.matrixlab-examples.com/square-root-algorithm.html</link>
    <description>We&amp;#8217;ll explore a square root algorithm as an excuse to use while-loops in our numerical software. We&amp;#8217;re not going to use the built-in function &#39;sqrt&#39;...</description>
    <pubDate>Wed, 19 May 2010 04:23:48 GMT</pubDate>
   </item>
   <item>
    <title>Comet Plot - simple animation with Matlab</title>
    <link>http://www.matrixlab-examples.com/comet-plot.html</link>
    <description>This type of comet plot is a simple way to produce comet-like trajectories or simple animations. See these example...</description>
    <pubDate>Thu, 13 May 2010 08:03:01 GMT</pubDate>
   </item>
   <item>
    <title>Lagrange Interpolation - intended for curves instead of
straigth lines...</title>
    <link>http://www.matrixlab-examples.com/lagrange-interpolation.html</link>
    <description>this is the algorithm for the Lagrange interpolation, intended as an improvement for linear interpolation...</description>
    <pubDate>Thu, 06 May 2010 23:09:10 GMT</pubDate>
   </item>
   <item>
    <title>MS Excel and Matlab - interchanging data</title>
    <link>http://www.matrixlab-examples.com/ms-excel.html</link>
    <description>How to interchange information between MS Excel and Matlab: a practical example...</description>
    <pubDate>Fri, 16 Apr 2010 17:16:44 GMT</pubDate>
   </item>
   <item>
    <title>Nonlinear Programming (NLP) based on Optimization techniques</title>
    <link>http://www.matrixlab-examples.com/nonlinear-programming.html</link>
    <description>This example of nonlinear programming solves a curve fitting problem over a group of unknown variables along with an objective function to be minimized...</description>
    <pubDate>Mon, 29 Mar 2010 09:08:19 GMT</pubDate>
   </item>
   <item>
    <title>Simultaneous Equations: working with matrices</title>
    <link>http://www.matrixlab-examples.com/simultaneous-equations.html</link>
    <description>Solving a set of linear simultaneous equations is easy in Matlab. It is, maybe, the most used operation in science and engineering, too. Solving a system of equations on a computer is nowadays as basic as doing arithmetic additions using a calculator. Let&#39;s see how easy Matlab makes this task...</description>
    <pubDate>Sun, 07 Mar 2010 07:30:48 GMT</pubDate>
   </item>
   <item>
    <title>Simultaneous Equations - nonlinear systems</title>
    <link>http://www.matrixlab-examples.com/simultaneous-equations-nonlinear.html</link>
    <description>Nonlinear Simultaneous Equations - how to develop a function to solve systems. We&amp;#8217;ll use &amp;#8216;fminsearch&amp;#8217; to find the intersection of the curves...</description>
    <pubDate>Sun, 07 Mar 2010 07:22:11 GMT</pubDate>
   </item>
   <item>
    <title>Mathematical Optimization with numerical methods</title>
    <link>http://www.matrixlab-examples.com/mathematical-optimization.html</link>
    <description>Let&#39;s explore mathematical optimization with Matlab functions &#39;fminbnd&#39; and &#39;fminsearch&#39; to achieve minimization of functions...</description>
    <pubDate>Fri, 05 Mar 2010 07:09:59 GMT</pubDate>
   </item>
   <item>
    <title>Hex to binary numbers &amp;#8211; algorithm in Matlab</title>
    <link>http://www.matrixlab-examples.com/hex-to-binary.html</link>
    <description>To convert from hex to binary numbers, we first need to know what a hexadecimal number is. A major numbering method in digital systems is the hexadecimal system...</description>
    <pubDate>Mon, 22 Feb 2010 06:27:26 GMT</pubDate>
   </item>
   <item>
    <title>Binary to hexadecimal numbers &amp;#8211; algorithm in Matlab</title>
    <link>http://www.matrixlab-examples.com/binary-to-hexadecimal.html</link>
    <description>To convert from binary to hexadecimal numbers, we first need to know what a hexadecimal number is. A major numbering method in digital systems is the hexadecimal system...</description>
    <pubDate>Mon, 22 Feb 2010 06:26:19 GMT</pubDate>
   </item>
   <item>
    <title>Decimal to binary conversion: two ideas to achieve it
with Matlab</title>
    <link>http://www.matrixlab-examples.com/decimal-to-binary.html</link>
    <description>we present two methods of a decimal to binary conversion in Matlab; we&#39;re going to convert decimal numbers into binary numbers (numbers with only symbols &#39;0&#39; and &#39;1&#39;, or in base 2)...</description>
    <pubDate>Sun, 14 Feb 2010 23:00:46 GMT</pubDate>
   </item>
   <item>
    <title>Binary to decimal numbers - Four ways to convert them in Matlab</title>
    <link>http://www.matrixlab-examples.com/binary-to-decimal.html</link>
    <description>We present four variations of a binary to decimal conversion in Matlab; that is, we&#39;re going to convert binary numbers (numbers with only symbols &#39;0&#39; and &#39;1&#39;) to decimal numbers (numbers with 10 different symbols, from &#39;0&#39; to &#39;9&#39;)...</description>
    <pubDate>Sun, 14 Feb 2010 22:59:41 GMT</pubDate>
   </item>
   <item>
    <title>Circuit Simulator (WinSpice) and Matlab</title>
    <link>http://www.matrixlab-examples.com/circuit-simulator.html</link>
    <description>The circuit simulator WinSpice is driven from Matlab. In this article, a Matlab routine to drive the WinSPICE simulator is presented. This method can be easily adapted to simulate any circuit entered in a parameterized manner. This driver is illustrated by simulating a simple RC filter...</description>
    <pubDate>Sat, 30 Jan 2010 06:51:02 GMT</pubDate>
   </item>
   <item>
    <title>Random Numbers and Simulations with Matlab</title>
    <link>http://www.matrixlab-examples.com/random-numbers.html</link>
    <description>We&amp;#8217;ll use Matlab to generate random numbers so that we can discuss its statistical capabilities and explore some simulations...</description>
    <pubDate>Mon, 18 Jan 2010 03:36:38 GMT</pubDate>
   </item>
   <item>
    <title>Polynomial Roots - Zero finding with Matlab</title>
    <link>http://www.matrixlab-examples.com/polynomial-roots.html</link>
    <description>Let&#39;s see how we can find polynomial roots (aka zeros) with Matlab. This routine also applies to...</description>
    <pubDate>Mon, 11 Jan 2010 04:02:36 GMT</pubDate>
   </item>
   <item>
    <title>Fibonacci Numbers - how to calculate them in Matlab</title>
    <link>http://www.matrixlab-examples.com/fibonacci-numbers.html</link>
    <description>The first two Fibonacci numbers are 0 and 1, and each remaining number is the sum of the previous two. Some sources neglect the initial 0, and instead beginning the sequence with the first two 1s...</description>
    <pubDate>Mon, 11 Jan 2010 04:01:54 GMT</pubDate>
   </item>
 </channel>
</rss>
