Template:Octave Programming Tutorial
Chapter 1: A Tutorial Introduction
Chapter 2: Basic Octave Concepts
Chapter 3: Data Storage and Manipulation
Data Types and Operations on Point Values
Arrays and Matrices
- What is an array?
- Introduction to array operations
- Vectors and basic vector operations
- Struct Arrays
- Cell Arrays
- Sparce Matrices
Chapter 4: M File Programming
- Scripts
- Comments
- The Input Function
- Control Flow
- Loops and Branches
- Error Messages
- Octave Caveats
- Debugging M Files
Chapter 5: Graphics
Chapter 6: Mathematical Manipulations
Linear Algebra
Differential Equations
Chapter 7: Examples