https://github.com/dipanshkhandelwal/octave
Octave Software Basics
https://github.com/dipanshkhandelwal/octave
octave octave-algorithm octave-functions octave-plot octave-scripts
Last synced: about 2 months ago
JSON representation
Octave Software Basics
- Host: GitHub
- URL: https://github.com/dipanshkhandelwal/octave
- Owner: DipanshKhandelwal
- Created: 2017-09-02T14:32:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T18:52:38.000Z (over 7 years ago)
- Last Synced: 2025-02-15T04:59:30.027Z (3 months ago)
- Topics: octave, octave-algorithm, octave-functions, octave-plot, octave-scripts
- Language: Matlab
- Size: 6.01 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Octave
Octave Software Basics## How to Install Octave
### 1. For Windows
1. Go to GNU Organisation's official website for **[Octave](https://www.gnu.org/software/octave/download.html)**.
2. Download the zip file or the eexecutable file according to the configuration of your windows.
3. Follow the setup wizard instruction and install octave at your desired location.### 2. For Linux
1. You can Download octave from the GNU Organisation's **[web site](https://www.gnu.org/software/octave/download.html)**.
##### or
2. You can also install it from terminal using the following commands:* `sudo apt-get update && sudo apt-get install octave`