MATLAB Manual
Chapter 1: Introduction to MATLAB
1.1 1.2 1.3 1.4 1.5
Chapter 2: Working with Arrays
2.1 2.2 2.3 2.4 2.5
Chapter 3: Example Problems Solved with MATLAB
Chapter 4: Arithmetic Operations on the Elements in Arrays
4.1 Operations on Scalars 4.2 Operations on Vectors of the Same Length 4.3 Operations of a Vector with a Scalar 4.4 Matrices Used with the Operators
Chapter 5: Logical Operators and Functions
5.1 The Logical Operators: not, and, or, exclusive or 5.2 Associated Logical Functions: any, all, find 5.3 Looking for Special Numbers: NaN and Inf
Chapter 6: Using MATLAB to Display Results
6.1 6.2 Miscellaneous Graphics Commands 6.3 Three-Dimensional Plotting Functions 6.4
Chapter 7: More Useful MATLAB Arithmetic Functions
Chapter 8: Functions that Operate on Arrays
Chapter 9: The Main Group of Matrix Operations
9.1 Matrix Multiply 9.2 Determinants and Matrix Division
10.1 Discussion 10.2 Loops with for and while 10.3 Tests with if Statements 10.4 Global and Local Variables Used in Functions and m-files 10.5 The Heading of a MATLAB Function
Chapter 11: Finding Errors and Testing Programs
11.1 Discussion 11.2 Diagnostic Messages 11.3 Using echo 11.4 The keyboard Command
Chapter 12: New Features of Matlab
Chapter 13: Structures, Cells and Other Arays
Matlab List of Figures
Figure 3.1 Approximations to Experimental Data
Figure 3.3 Steam Enthalpy Plot
Figure 6.2 Annotated plot (legend)
Figure 6.6 Use of yxploti and ginput
Figure 6.7 Use of meshgrid and mesh