Line 1: |
Line 1: |
| + | [[File:GNU Octave screenshot.png|thumb|The GNU Octave graphical user interface (GUI).]] |
| + | |
| === Tutorials === | | === Tutorials === |
| | | |
| * [[Using Octave]] - A short introduction. | | * [[Using Octave]] - A short introduction. |
| * [[Octave Basics]] - A short reference card to get started. | | * [[Octave Basics]] - A short reference card to get started. |
− | * [[Tips and tricks]] - Guidelines to improve your coding skills. | + | * [[Gnuplot tips]] - Tips for using Gnuplot. |
− | * [[Cookbook]] - Several simple and useful examples. | + | * [[Recap of the hierarchy of each plot element]] - Some advanced plotting tutorial. |
| | | |
| === Examples === | | === Examples === |
| | | |
| + | * [[Cookbook]] - Several simple and useful examples. |
| + | * [[Interactive plots]] - How to make plots interactive. |
| * [[Octave load]] - Use liboctave functions to load variables from a file in Octave's binary format. | | * [[Octave load]] - Use liboctave functions to load variables from a file in Octave's binary format. |
| * [[Fortran]] - Accessing liboctave from a Fortran 2003 program. | | * [[Fortran]] - Accessing liboctave from a Fortran 2003 program. |
| * [[Octave fun]] - Coding can be fun -- miscellaneous more or less funny scripts | | * [[Octave fun]] - Coding can be fun -- miscellaneous more or less funny scripts |
| * [http://www.amiq.com/consulting/2014/11/21/how-to-connect-systemverilog-with-octave/ How to Connect SystemVerilog with Octave] | | * [http://www.amiq.com/consulting/2014/11/21/how-to-connect-systemverilog-with-octave/ How to Connect SystemVerilog with Octave] |
| + | |
| + | === Tips and tricks === |
| + | |
| + | * [[Tips and tricks]] - Guidelines to improve your coding skills. |
| + | * [[BASH and Octave]] - Make Octave history an executable script. |
| + | * [[Optimizing Fourier transforms]] - Use the FFTW "wisdom". |
| | | |
| [[Category:Contents]] | | [[Category:Contents]] |