Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 652 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 652 Bytes

Octave

Octave Software Basics

How to Install Octave

1. For Windows

  1. Go to GNU Organisation's official website for Octave.
  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.
or
  1. You can also install it from terminal using the following commands:
  • sudo apt-get update && sudo apt-get install octave