<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:m="http://www.w3.org/1998/Math/MathML" id="new">
  <name>An Introduction to MATLAB</name>
  <metadata>
  <md:version>1.1</md:version>
  <md:created>2006/01/20 06:32:23.214 US/Central</md:created>
  <md:revised>2006/01/20 06:40:27.544 US/Central</md:revised>
  <md:authorlist>
      <md:author id="Anders">
      <md:firstname>Anders</md:firstname>
      
      <md:surname>Gjendemsjø</md:surname>
      <md:email>gjendems@NO-SPAM.iet.ntnu.no</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="Anders">
      <md:firstname>Anders</md:firstname>
      
      <md:surname>Gjendemsjø</md:surname>
      <md:email>gjendems@NO-SPAM.iet.ntnu.no</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>Introduction</md:keyword>
    <md:keyword>Matlab</md:keyword>
  </md:keywordlist>

  <md:abstract>Introduction to MATLAB.</md:abstract>
</metadata>
<content>
  <para id="p1">
    MATLAB, short for Matrix Laboratory, is a simple and flexible
		programming environment for a wide range of problems such as signal
		processing, optimization, linear programming and so on. The basic
		MATLAB software package can be extended by using add-on toolboxes.
		Examples of such toolboxes are: Signal Processing, Filter Design, Statistics
		and Symbolic Math.</para>

	<para id="p2">
		Comprehensive documentation for MATLAB is available at <link src="http://www.mathworks.com">Mathworks.com</link>.
		In particular, an excellent (extensive) getting started guide is available at
		<link src="http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/getstart.pdf">Getting started with MATLAB</link>.
		There is also a very active newsgroup for MATLAB related questions,
		<emphasis>comp.soft-sys.matlab</emphasis></para>

	<para id="p3">
		MATLAB is an interpreted language. This implies that the source code is
		not compiled but interpreted on the fly. This is both an advantage and a
		disadvantage. MATLAB allows for easy numerical calculation and
		visualization of the results without the need for advanced and time
		consuming programming. The disadvantage is that it can be slow,
		especially when bad programming practices are applied.
	</para>   
</content>
</document>
