Você está na página 1de 6

GNU Octave

Prof. A G de Mattos Neto


antonio.mattos@fmu.br

Oc 1.0 - Prof. A G de Mattos Neto - 2018


GNU Octave

GNU Octave é um software público de programação científica.

Octave é compatível com o pacote comercial MATLAB.


Octave
GNU é um acrônimo recursivo que significa: “GNU’s not UNIX”.

GNU Octave é licenciado sob a Licença Pública Geral (General


Public License) GNU:

http://www.gnu.org/licenses/gpl.html

Pode ser baixado diretamente de seu site oficial: MatLab


http://www.gnu.org./software/octave

Oc 1.0 - Prof. A G de Mattos Neto - 2018


Welcome message

BLAS Library Selection (BLAS = Basic Linear Algebra Subprograms)

During the installation a default BLAS library was selected. The installer contains 2 BLAS implementations, the NetLib
reference BLAS and OpenBLAS.

The choice of library may be changed after installation by copying either librefblas.dll or libopenblas.dll to the file
libblas.dll in the bin folder of the Octave installation.

Included Octave Forge Packages

Octave-Forge is a collection of packages providing extra functionality for GNU Octave. A number of Octave-Forge
packages have been included with Octave, however they must be loaded in order to use them.

•To list the available installed packages, use the pkg list command.

•To load a package in order to use its functions, use the pkg load PACKAGENAME command.

Other packages are available from Octave-Forge.

Oc 1.0 - Prof. A G de Mattos Neto - 2018


Manuais Octave

MANUAL OCTAVE

http://www.gnu.org/software/octave/octave.pdf

TUTORIAIS WIKIBOOKS

https://en.wikibooks.org/wikiqOctave_Programming_Tutorial

APOSTILAS DE INICIAÇÃO AO OCTAVE

http://www.castilho.prof.ufu.br/cn/Octave.pdf

https://www.telecom.uff.br/pet/petws/downloads/apostilas/MATLAB.pdf

http://www.rodrigofernandez.com.br/ecomp/ref/octave-final.pdf

Nota: Há várias outras apostilas disponíveis na web.

Oc 1.0 - Prof. A G de Mattos Neto - 2018


Fóruns de apoio

http://savannah.gnu.org/

Welcome to Savannah, the software forge for people committed to free software.

We host free projects that run on free operating systems and without any proprietary software
dependencies.

Our service runs with 100% free software, including itself.

https://stackoverflow.com/

Each month, over 50 million developers come to Stack Overflow to learn, share their knowledge and
build their carees.

Join the world’s largest developers community.

Oc 1.0 - Prof. A G de Mattos Neto - 2018


Fim!

Oc 1.0 - Prof. A G de Mattos Neto - 2018

Você também pode gostar