Octave: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Octove is an powerful opensource tool used as an alternative to Matlab. This tool is used to manipulate graphs and') |
No edit summary |
||
Line 1: | Line 1: | ||
Octave is an powerful open source tool used as an alternative to Matlab since it is free and customizable. This tool is used for numerical computations, manupulations of graphs, matrices and some other features. |
|||
Octave comes in two forms, a command line engine and a GUI frontend. In order to install Octave in Ubuntu run the following command: |
|||
sudo apt-get install octave octave-gtk |
Revision as of 21:20, 30 September 2010
Octave is an powerful open source tool used as an alternative to Matlab since it is free and customizable. This tool is used for numerical computations, manupulations of graphs, matrices and some other features.
Octave comes in two forms, a command line engine and a GUI frontend. In order to install Octave in Ubuntu run the following command:
sudo apt-get install octave octave-gtk