Download Octave for Mac 10.9.5

On macOS systems GNU Octave can be installed by:

  1. macOS App Bundles "Octave.app" (a unmarried dmg-file)
  2. macOS package managers.

Info icon.svg

GNU Octave seven.1.0 is the current stable release.

macOS App Bundles [ edit ]

The Octave.app project provides an unofficial set-to-use, drag-and-drop macOS App installer based on Homebrew (see below).

A very quondam installer is hosted on SourceForge.

Package Managers [ edit ]

All package managers below are given in alphabetical social club. The Octave developers do not recommend a sure package manager.

Homebrew [ edit ]

Link to Octave bundle at that place.

Homebrew was written 2009 by Max Howell and has gained popularity in the Ruby on Rails community and earned praise for its extensibility.

Install GNU Octave using Homebrew:

  1. Install Xcode via the Mac App Store.
    • Install the Control Line Tools by opening a terminal and type
      sudo xcode-select --install
  2. Follow Homebrew's installation instructions.
  3. Ensure mash itself has the latest definitions
    brew update
  4. Install Octave
    mash install octave

Further reading [ edit ]

The default charting package in Octave is straight qt. Nonetheless, on the Mac gnuplot often works better. To switch to gnuplot, place the following text in your ~/.octaverc file:

setenv('GNUTERM','qt') graphics_toolkit("gnuplot")

Annotation: If mash complains most:

Linking /usr/local/Cellar/ghostscript/9.14... Error: Could not symlink share/ghostscript/Resource /usr/local/share/ghostscript is non writable.        

This is telling you the user permissions for ghostscript are not setup in a way that your user profile can use. You need to modify those permissions to your user profile. The following command volition repair the issue:

sudo chown -R `whoami` /usr/local/share/ghostscript mash link --overwrite ghostscript        

Then run the brew install octave command again.

Note: If brew complains almost non having a formula for octave, the post-obit command should prepare it:

mash tap --repair

The command below upgrades Octave and its dependencies to the latest Homebrew-supported versions:

brew update && brew upgrade octave

Octave has a built-in GUI (adult using Qt lib) installed by default and so that gnuplot and other tools tin utilise information technology straight. This GUI is ever installed when installing Octave using Homebrew.

In case of trouble, see the Homebrew Troubleshooting Guide, which assists in diagnosing problems and craft useful bug reports. Bugs may be reported at Homebrew-cadre's issue tracker.

MacPorts [ edit ]

Link to Octave package there.

MacPorts, formerly chosen DarwinPorts, was started in 2002 as part of the OpenDarwin project, with the involvement of a number of Apple Inc. employees including Landon Fuller, Kevin Van Vechten, and Jordan Hubbard.

Install GNU Octave using MacPorts:

  1. Install Xcode via the Mac App Store.
    • Install the Command Line Tools past opening a last and type
      sudo xcode-select --install
  2. Follow MacPorts' installation instructions.
  3. Update your installation
    sudo port selfupdate sudo port upgrade outdated
  4. Install Octave
    sudo port install octave

Spack [ edit ]

Link to Octave package there.

Spack is a package direction tool that supports the installation of multiple versions of software on macOS and other operating systems. It was created 2013 past Todd Gamblin and is currently being updated and adult by a big list of contributors (mainly via GitHub).

Install GNU Octave using Spack:

  1. Install Xcode via the Mac App Store.
    • Install the Command Line Tools past opening a terminal and blazon
      sudo xcode-select --install
  2. Follow Spack tutorial.
  3. Update Spack by going to the local Spack repository (develop co-operative) folder and run
    git pull
  4. Install Octave
    spack install octave
  5. To apply Octave we need to kickoff load the package
    spack load octave

Info icon.svg

The entire installation process can take up to a few hours. Octave has many dependencies which volition be downloaded and installed prior to Octave.

In instance of problem, please visit the Spack repo issues list, and browse through Octave related problems by writing is:effect octave in the filters box.

Create a launcher app with the Script Editor [ edit ]

For instance Homebrew installs Octave to /usr/local/bin/octave by default. From the Terminal application you can enter the control which octave to notice out the exact location.

If you know the installation location, open the Script Editor awarding and write the following text in the editor window:

exercise beat script "/usr/local/bin/octave --gui"        

if you wish to start the Octave GUI by default. If you lot want to first the Octave command-line interface (CLI), enter instead:

tell application "Concluding"  practice script "/usr/local/bin/octave; exit" end tell        

or if Octave is in your default path:

tell application "Terminal"  do script "`which octave`; exit" terminate tell        

Finally:

  • With a script open up in the Script Editor app on your Mac, choose "File > Export".
  • In the carte that appears, select "Awarding" from the "File format" menu, so navigate to the "Applications" folder and save your script there equally "Octave.app"

To change the application icon:

  • Open up this link in a web browser, right-click and select "re-create image".
  • Select "Octave.app" in the Finder, and so press control-i to bring up the file info dialog.
  • In the file info dialog, select the icon (in the top left) and press command-five to paste the Octave icon over information technology.

See besides [ edit ]

Footnotes [ edit ]

Download Octave for Mac 10.9.5

Posted by: browndong1983.blogspot.com