• 다음의 링크를 클릭하신 후에 사용자 환경에 맞는 프로그램을 다운 받으시면 됩니다.

https://www.gnu.org/software/octave/download.html




  • 먼저 homebrew와 XQuartz 설치를 합니다. (설치 되어있으시면, 다음 단계로 넘어가시면 됩니다. )

    $ curl http://xquartz-dl.macosforge.org/SL/XQuartz-2.7.7.dmg -o /tmp/XQuartz.dmg

    $ open /tmp/XQuartz.dmg

    $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"


  • homebrew와 XQuartz 설치 후 아래의 명령어를 입력하여 Octave 설치하자.
    • $ brew tap homebrew/science

      $ brew update && brew upgrade

      $ brew install gcc

      $ brew install octave

  • Octave가 설치 완료가 되었습니다. 일반적으로 터미널에서 octave 명령어를 입력하면 바로 실행이 됩니다. 그렇지 않으신분들은 다음 경로로 이동하여 실행하시면 됩니다. (
    /usr/local/Cellar/octave/3.8.1_1/bin/octave)


  • Octave를 실행시키고 "1+1"를 실행한 결과 화면 입니다.

    모두들 Octave와 즐거운 시간 가지세요~


      'STUDY > Octave' 카테고리의 다른 글

      Octave 란?  (0) 2016.02.11

      + Recent posts