ASN2 - Octave Tutorial

From Class Wiki
Revision as of 07:42, 12 October 2010 by Jodi.Hodge (talk | contribs)
Jump to navigation Jump to search

Return to Homepage


Problem Statement

Install Octave on your computer. Write a tutorial about installing and/or using Octave.

Response

Octave has been download on my pc and the tutorial is shown below.


OCTAVE TUTORIAL

Octave Discription

Octave is an open-source (free) apllication similar to MathLab that enable users to perform computations and graphical functions.

How to Get Octave Download

[SourgeForge.net]

How to Use Octave

[MathWorks MathLab Tutorial]


Return to Homepage


Problem Statement

Install Octave on your computer. Write a tutorial about installing and/or using Octave.

Response

Octave has been download on my pc and the tutorial is shown below.


OCTAVE TUTORIAL

Octave Discription

Octave is an open-source (free) apllication with similar commands and operation to that of MathLab. Octave use is intended for numerical computations and graphical output.

How to Get Octave Download

You may acquire Octave from SourceForge.net, this website provides open source downloads. Once on this website search for GNU Octave 3.3.52 (the latest verision if you wish) then click "Download." It is suggested that you also download a front end or IDE such as Qt Octave that includes useful tools that simplifies using GNU Octave.

[SourgeForge.net]

How to Use Octave

Octave uses a high level language. There are a few ways to enter commands. First, you may enter line-by-line commands to the Octave terminal directly. Secondly you may enter a compilation of commands in the gooey terminal then select the "Run" button to execute the files in Octave. Thirdly, you may use a text editor and create a m-file document including your program and upload it using the Octave terminal. Online tutorials and sample programs are an easy way to learn how to become familiarize with Octave

[MathWorks MathLab Tutorial]