ASN2 - Octave Tutorial: Difference between revisions
Jodi.Hodge (talk | contribs) No edit summary |
Jodi.Hodge (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
'''How to Use Octave''' |
'''How to Use Octave''' |
||
[[http://www.mathworks.com/academia/student_center/tutorials/intropage.html| MathWorks MathLab Tutorial]] |
|||
[[Jodi S. Hodge| 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. |
|||
[[http://sourceforge.net/| 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 |
|||
[[http://www.mathworks.com/academia/student_center/tutorials/intropage.html| MathWorks MathLab Tutorial]] |
[[http://www.mathworks.com/academia/student_center/tutorials/intropage.html| MathWorks MathLab Tutorial]] |
Revision as of 06:42, 12 October 2010
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
How to Use Octave
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.
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