<?xml version="1.0" encoding="UTF-8"?>
<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>Sat, 04 Feb 2012 09:32:35 GMT</pubDate>
   <lastBuildDate>Sat, 04 Feb 2012 09:32:35 GMT</lastBuildDate>
   <copyright>matrixlab-examples.com</copyright>
   <item>
    <title>Palindromes - Inverting ascii strings in Matlab</title>
    <link>http://www.matrixlab-examples.com/palindromes.html</link>
    <description>Palindromes are phrases, words, numbers or other sequence of characters that are the same way in either direction. Let's see a Matlab algorithm...</description>
    <pubDate>Sat, 04 Feb 2012 09:14:16 GMT</pubDate>
   </item>
   <item>
    <title>Electricity Cost Calculator - use this code to program it...</title>
    <link>http://www.matrixlab-examples.com/electricity-cost-calculator.html</link>
    <description>We&amp;#8217;ll now implement a kind of electricity cost calculator with Matlab... This calculator will help you estimate the cost of operating any given electrical device or appliance at home, based on the average kilowatt-hours...</description>
    <pubDate>Sat, 04 Feb 2012 09:14:15 GMT</pubDate>
   </item>
   <item>
    <title>Recursion - a conceptual example in Matlab</title>
    <link>http://www.matrixlab-examples.com/recursion.html</link>
    <description>Recursion is a kind of tricky and smart construction which allows a function to call itself. The Matlab programming language supports it...</description>
    <pubDate>Sat, 04 Feb 2012 09:14:13 GMT</pubDate>
   </item>
   <item>
    <title>Dot Product - an approach in Matlab</title>
    <link>http://www.matrixlab-examples.com/dot-product.html</link>
    <description>The dot product is a scalar number and so it is also known as the scalar or inner product. In a real vector space, the scalar product between two vectors is calculated this way...</description>
    <pubDate>Sat, 04 Feb 2012 09:07:33 GMT</pubDate>
   </item>
   <item>
    <title>Matlab Programming - tutorials and examples</title>
    <link>http://www.matrixlab-examples.com/matlab-programming.html</link>
    <description>In this Matlab programming example, we are going to plot two concentric circles and mark the center point with a black square. We use polar coordinates in this case (for a variation).</description>
    <pubDate>Sat, 04 Feb 2012 09:07:31 GMT</pubDate>
   </item>
   <item>
    <title>Vector Algebra 2 - coding examples in Matlab</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'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, 04 Feb 2012 09:07:28 GMT</pubDate>
   </item>
   <item>
    <title>Matlab Programs - tutorials and examples</title>
    <link>http://www.matrixlab-examples.com/matlab-programs.html</link>
    <description>Learn to develop your own Matlab programs !! You'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>Fri, 03 Feb 2012 09:50:55 GMT</pubDate>
   </item>
   <item>
    <title>Matlab code - examples and tutorials</title>
    <link>http://www.matrixlab-examples.com/matlab-code.html</link>
    <description>In this tutorial, you'll develop step-by-step Matlab code</description>
    <pubDate>Fri, 03 Feb 2012 09:50:54 GMT</pubDate>
   </item>
   <item>
    <title>Matrices - learn how to use them in Matlab</title>
    <link>http://www.matrixlab-examples.com/matrices.html</link>
    <description>These examples show you to arrange and manipulate matrices in Matlab...</description>
    <pubDate>Fri, 03 Feb 2012 09:19:52 GMT</pubDate>
   </item>
   <item>
    <title>Magic Square - properties in Matlab</title>
    <link>http://www.matrixlab-examples.com/magic-square.html</link>
    <description>Would you like to form a magic square with Matlab? Would you like to know why it is magic? Would you like to learn Matlab?...</description>
    <pubDate>Fri, 03 Feb 2012 09:19:51 GMT</pubDate>
   </item>
   <item>
    <title>Vectors - an approach with numerical software</title>
    <link>http://www.matrixlab-examples.com/vectors.html</link>
    <description>In Matlab, you can form arrays of numbers - vectors or matrices - in a straight and intuitive way. See these examples...</description>
    <pubDate>Fri, 03 Feb 2012 09:19:49 GMT</pubDate>
   </item>
   <item>
    <title>More MATLAB Commands</title>
    <link>http://www.matrixlab-examples.com/matlab-commands-2.html</link>
    <description>On this page we introduce some basic MATLAB commands. You can download a list of commands...</description>
    <pubDate>Fri, 03 Feb 2012 09:19:48 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>Sat, 28 Jan 2012 07:26:46 GMT</pubDate>
   </item>
   <item>
    <title>Callback Function - GUIs in Matlab</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, 28 Jan 2012 07:25:44 GMT</pubDate>
   </item>
   <item>
    <title>Calculate Monthly Loan Payments - usable spreadsheet</title>
    <link>http://www.matrixlab-examples.com/calculate-monthly-loan-payments.html</link>
    <description>Online spreadsheet to calculate monthly loan payments. It calculates the amount required as regular payments in order to repay a loan over a specified time period...</description>
    <pubDate>Thu, 29 Dec 2011 03:14:29 GMT</pubDate>
   </item>
   <item>
    <title>Collatz Conjecture - a code in Matlab</title>
    <link>http://www.matrixlab-examples.com/collatz-conjecture.html</link>
    <description>The Collatz conjecture is an unsolved conjecture in mathematics. This problem is also known as 3n + 1, or the Syracuse problem; the sequence of numbers involved is referred to as the hailstone sequence. Let's see a code in Matlab...</description>
    <pubDate>Fri, 23 Dec 2011 09:13:21 GMT</pubDate>
   </item>
   <item>
    <title>Armstrong Numbers - a code in Matlab</title>
    <link>http://www.matrixlab-examples.com/armstrong-numbers.html</link>
    <description>Armstrong numbers of three digits are integers such that the sum of the cubes of its digits equals the number itself. For example, 153 is an Armstrong number since 1^3 + 5^3 + 3^3 = 153...</description>
    <pubDate>Fri, 23 Dec 2011 09:13:19 GMT</pubDate>
   </item>
   <item>
    <title>Calculate Compound Interest - use this online spreadsheet</title>
    <link>http://www.matrixlab-examples.com/calculate-compound-interest.html</link>
    <description>To calculate compound interest, we need to add that interest to the principal, so that it earns interest, too...</description>
    <pubDate>Thu, 22 Dec 2011 06:06:52 GMT</pubDate>
   </item>
   <item>
    <title>Simple Interest Formula - online spreadsheet</title>
    <link>http://www.matrixlab-examples.com/simple-interest-formula.html</link>
    <description>Online simple interest formula - use this spreadsheet to experiment with your numbers...</description>
    <pubDate>Wed, 21 Dec 2011 06:42:27 GMT</pubDate>
   </item>
   <item>
    <title>Future Value Annuity - Online Calculator</title>
    <link>http://www.matrixlab-examples.com/future-value-annuity.html</link>
    <description>Online Future Value Annuity calculator. You enter regular deposits, number of deposits, number of years and nominal interest rate...</description>
    <pubDate>Wed, 21 Dec 2011 06:39:56 GMT</pubDate>
   </item>
   <item>
    <title>Salvage Value Calculator - online spreadsheet</title>
    <link>http://www.matrixlab-examples.com/salvage-value-calculator.html</link>
    <description>Online Salvage Value Calculator to determine residual value of assets. We show an example of a car depreciation...</description>
    <pubDate>Wed, 21 Dec 2011 06:38:19 GMT</pubDate>
   </item>
   <item>
    <title>Impulse function - Dirac delta with Matlab</title>
    <link>http://www.matrixlab-examples.com/impulse-function.html</link>
    <description>How to plot the impulse function with Matlab. Some examples of Dirac delta or unit function...</description>
    <pubDate>Mon, 12 Dec 2011 07:33:27 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're going to convert binary numbers (numbers with only symbols '0' and '1') to decimal numbers (numbers with 10 different symbols, from '0' to '9')...</description>
    <pubDate>Mon, 12 Dec 2011 07:32:08 GMT</pubDate>
   </item>
   <item>
    <title>Polygon Area - calculate with Matlab</title>
    <link>http://www.matrixlab-examples.com/polygon-area.html</link>
    <description>This program calculates a polygon area, using Matlab. You must supply the x and y coordinates of all vertices. Coordinates must be entered in order of successive vertices...</description>
    <pubDate>Mon, 12 Dec 2011 07:31:16 GMT</pubDate>
   </item>
   <item>
    <title>Find intersections - three practical approaches with Matlab</title>
    <link>http://www.matrixlab-examples.com/find-intersections.html</link>
    <description>The problem of how to find intersections of given lines is very common in math or basic algebra. The meaning of those points is that the given lines or curves have the same coordinate values at some points...</description>
    <pubDate>Mon, 12 Dec 2011 07:30:16 GMT</pubDate>
   </item>
   <item>
    <title>Quadratic Equations - solve them with this simple code</title>
    <link>http://www.matrixlab-examples.com/quadratic-equations.html</link>
    <description>We're creating now a Matlab program that calculates the quadratic roots (of quadratic equations ). The equation must be in the following form: ax2 + bx + c = 0, where a, b, and c are real coefficients...</description>
    <pubDate>Mon, 12 Dec 2011 07:29:12 GMT</pubDate>
   </item>
   <item>
    <title>Exponential Decay - how to calculate it and examples in Matlab</title>
    <link>http://www.matrixlab-examples.com/exponential-decay.html</link>
    <description>Let's calculate exponential decay if a mass decreases at a rate proportional to its value. Half-life is the period of time...</description>
    <pubDate>Mon, 12 Dec 2011 07:28:15 GMT</pubDate>
   </item>
   <item>
    <title>Definite Integrals - how to calculate in Matlab</title>
    <link>http://www.matrixlab-examples.com/definite-integrals.html</link>
    <description>Definite integrals or numerical integration can be performed by a number of algorithms that approximate the value of....</description>
    <pubDate>Thu, 01 Dec 2011 08:29:54 GMT</pubDate>
   </item>
   <item>
    <title>3D graphs - plots, shapes and volumes in Matlab</title>
    <link>http://www.matrixlab-examples.com/3d-graphs.html</link>
    <description>Three-dimensional plots ( or 3D graphs ) can be created by Matlab. It provides lots of facilities for visualization of 3D information or data...</description>
    <pubDate>Thu, 01 Dec 2011 08:29:52 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're going to convert decimal numbers into binary numbers (numbers with only symbols '0' and '1', or in base 2)...</description>
    <pubDate>Thu, 01 Dec 2011 08:29:50 GMT</pubDate>
   </item>
   <item>
    <title>Numerical Derivative using a numerical software</title>
    <link>http://www.matrixlab-examples.com/derivative.html</link>
    <description>We are going to develop a Matlab function to calculate the numerical derivative of any unidimensional scalar function fun(x) at a point x0. The function is going to have the following functionality: D = Derivative(fun, x0)</description>
    <pubDate>Thu, 01 Dec 2011 08:28:50 GMT</pubDate>
   </item>
   <item>
    <title>Simultaneous Equations: working with matrices in Matlab</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's see how easy Matlab makes this task...</description>
    <pubDate>Mon, 14 Nov 2011 08:10:16 GMT</pubDate>
   </item>
   <item>
    <title>Open Source Programming Software is being considered by professionals and organizations</title>
    <link>http://www.matrixlab-examples.com/open-source-programming.html</link>
    <description>It's important to be aware of what open source programming software can represent for companies or for individuals, at least...</description>
    <pubDate>Wed, 09 Nov 2011 08:26:48 GMT</pubDate>
   </item>
   <item>
    <title>Gray Code - algorithm in Matlab bin/dec conversions</title>
    <link>http://www.matrixlab-examples.com/gray-code.html</link>
    <description>The Gray code (also known as reflected binary), is a system where two consecutive values differ in only one bit. We develop a Matlab code to convert between these systems...</description>
    <pubDate>Thu, 03 Nov 2011 07:17:56 GMT</pubDate>
   </item>
   <item>
    <title>Mastermind Game - Free Online Version</title>
    <link>http://www.matrixlab-examples.com/mastermind-game.html</link>
    <description>The goal of this Mastermind Game is to break the code of four colors hidden. In other words, you have to break the code...</description>
    <pubDate>Tue, 25 Oct 2011 06:59:31 GMT</pubDate>
   </item>
   <item>
    <title>Decimal to Octal conversion: two ideas to make it with Matlab</title>
    <link>http://www.matrixlab-examples.com/decimal-to-octal.html</link>
    <description>We present two methods of a Decimal to Octal conversion in Matlab; we're going to convert decimal numbers into octal ones (numbers with seven symbols '0' to '7', or in base 8)...</description>
    <pubDate>Sat, 22 Oct 2011 08:53:04 GMT</pubDate>
   </item>
   <item>
    <title>A Guide to MATLAB</title>
    <link>http://www.matrixlab-examples.com/a-guide-to-matlab.html</link>
    <description>MATLAB... quick start! The following information is a roadmap or a guide to MATLAB, and it's a good way to start learning its environment. These descriptions take you to further information. Click on the topic of your interest...</description>
    <pubDate>Sat, 22 Oct 2011 08:52:09 GMT</pubDate>
   </item>
   <item>
    <title>Fourier Analysis - introduction from a practical point of view</title>
    <link>http://www.matrixlab-examples.com/fourier-analysis.html</link>
    <description>Fourier analysis has many applications in science, physics, digital signal processing, imaging, numerical analysis, acoustics... Let's use math software to...</description>
    <pubDate>Thu, 13 Oct 2011 08:38:01 GMT</pubDate>
   </item>
   <item>
    <title>Matrix Decomposition (or factorization in Matlab)</title>
    <link>http://www.matrixlab-examples.com/matrix-decomposition.html</link>
    <description>Matlab includes several functions for matrix decomposition or factorization: LU, QR, SVD, Cholesky... Let's see these examples...</description>
    <pubDate>Thu, 13 Oct 2011 08:37:56 GMT</pubDate>
   </item>
   <item>
    <title>if statement - branches in Matlab</title>
    <link>http://www.matrixlab-examples.com/if-statement.html</link>
    <description>See how an if statement (if... elseif... else... end) works in Matlab. This allows you to establish control or conditional flow of your program... See these examples...</description>
    <pubDate>Thu, 13 Oct 2011 08:37:55 GMT</pubDate>
   </item>
   <item>
    <title>Numerical Gradient - code in Matlab</title>
    <link>http://www.matrixlab-examples.com/gradient.html</link>
    <description>We are going to include the concepts in our Derivative function created before, to develop a Matlab function to calculate the gradient of a multidimensional scalar function. The function is going to have the following functionality...</description>
    <pubDate>Wed, 12 Oct 2011 20:56:01 GMT</pubDate>
   </item>
   <item>
    <title>Interpolation - easy code with Matlab</title>
    <link>http://www.matrixlab-examples.com/interpolation.html</link>
    <description>This code calculates the y-coordinates of points on a line given their x-coordinates ( interpolation ). It is necessary to know coordinates of two points on the same line. The point is interpolated using the following formula...</description>
    <pubDate>Fri, 30 Sep 2011 02:43:43 GMT</pubDate>
   </item>
   <item>
    <title>Determinants in Matlab</title>
    <link>http://www.matrixlab-examples.com/determinants.html</link>
    <description>The symbol for determinants (which consists of the four numbers a1, b1, a2, b2) arranged in two rows and two columns is called a determinant of second order. The four numbers are called elements of the determ...</description>
    <pubDate>Fri, 30 Sep 2011 01:37:33 GMT</pubDate>
   </item>
   <item>
    <title>Polynomials in Matlab</title>
    <link>http://www.matrixlab-examples.com/polynomials.html</link>
    <description>Polynomials are used so commonly in algebra, geometry and math in general that Matlab has special commands to deal with them. The polynomial 2x4 + 3x3 &amp;#8722; 10x2 &amp;#8722; 11x + 22 is represented in Matlab by the array [2, 3, -10, -11, 22] (coefficients...</description>
    <pubDate>Thu, 29 Sep 2011 00:45:26 GMT</pubDate>
   </item>
   <item>
    <title>Linear Algebra and its Applications</title>
    <link>http://www.matrixlab-examples.com/linear-algebra-and-its-applications.html</link>
    <description>An example of linear algebra and its applications is the resolution of electrical circuits. We can describe this type of circuits with linear equations, and then we can solve the linear system using Matlab. For example, let's examine the following electrical circuit (resistors are in ohms, currents in amperes, and voltages are in volts)...</description>
    <pubDate>Thu, 29 Sep 2011 00:45:25 GMT</pubDate>
   </item>
   <item>
    <title>Periodic Function - some codes without special toolboxes in Matlab</title>
    <link>http://www.matrixlab-examples.com/periodic-function.html</link>
    <description>A periodic function repeats its values in regular periods or intervals. We explore codes for square and sawtooth waves without any special toolbox needed...</description>
    <pubDate>Wed, 28 Sep 2011 23:54:12 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>Wed, 28 Sep 2011 23:54:09 GMT</pubDate>
   </item>
   <item>
    <title>Math Magic Trick - the 1089 problem</title>
    <link>http://www.matrixlab-examples.com/math-magic-trick.html</link>
    <description>Funny math magic trick that you can test with Matlab. We&amp;#8217;ll solve this problem with our numerical software as an excuse...</description>
    <pubDate>Thu, 22 Sep 2011 00:52:42 GMT</pubDate>
   </item>
   <item>
    <title>Simpsons Rule - algorithm with Matlab</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>Thu, 22 Sep 2011 00:50:36 GMT</pubDate>
   </item>
   <item>
    <title>Creative Electronic Projects you can work with</title>
    <link>http://www.matrixlab-examples.com/creative-electronic-projects.html</link>
    <description>These items are intended for very creative electronic projects. You can get an Electronic lab, with a solderless board and all the components that you need to work on 300 experiments...</description>
    <pubDate>Tue, 13 Sep 2011 06:54:10 GMT</pubDate>
   </item>
 </channel>
</rss>

