<?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>Introduction to the M-file Connexions Modules</name>
  <metadata>
  <md:version>1.1</md:version>
  <md:created>2006/08/02 13:03:41.638 GMT-5</md:created>
  <md:revised>2006/08/03 14:27:28.681 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="morrell">
      <md:firstname>Darryl </md:firstname>
      
      <md:surname>Morrell</md:surname>
      <md:email>morrell@asu.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="morrell">
      <md:firstname>Darryl </md:firstname>
      
      <md:surname>Morrell</md:surname>
      <md:email>morrell@asu.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>Introduction</md:keyword>
    <md:keyword>LabVIEW MathScript</md:keyword>
    <md:keyword>MATLAB</md:keyword>
    <md:keyword>Octave</md:keyword>
  </md:keywordlist>

  <md:abstract>This is an introduction to a set of Connexions modules on M-file languages and environments for freshman engineering problem solving.  These M-file environments include MATLAB, LabVIEW MathScript, and Octave.</md:abstract>
</metadata>
  <content>
    <para id="delete_me">
    MATLAB has emerged as a widely used computational tool in many fields of engineering.   MATLAB consists of a programming language used in an interactive computing environment that supports the development of programs to solve complex problems.
The MATLAB language has become a defacto standard that is also used by several other computational packages, including LabVIEW MathScript and Octave.  Generically, we refer to these packages as <emphasis>m-file  environments</emphasis> because the program files typically are identified by an extension of "m".
    </para>
    <para id="bleh2">
    The Connexions modules in <cnxn document="col10325">this course</cnxn> are intended to introduce freshman engineering students to problem solving using an m-file environment.  Most of the information in these modules applies to any m-file environment (MATLAB, LabVIEW MathScript, Octave, etc.). There are some differences between environments, and occasionally some material will be specific to a given environment.  This material  is offset from the surrounding text and labeled with the appropriate environment. For example:
        <note type="MATLAB">Matlab is a commercial product of <link src="http://www.mathworks.com/">The MathWorks</link>. </note>
        <note type="LabVIEW MathScript">LabVIEW MathScript is a commercial product of <link src="http://www.ni.com/">National Instruments</link>. </note>
        <note type="Octave">Octave is an open source environment that is available without charge.  Information about Octave is available at the <link src="http://www.octave.org/">Octave home page</link>. </note>
    </para>   
  </content>
  
</document>
