An Engineer’s Guide To Matlab 3rd Edition
Contents
- Organization Of The Book And Its Goals
- Some Suggestions On How To Use MATLAB
- Book Notation Conventions
- The MATLAB Environment
- Introduction
- Preliminaries—Command Window Management
- Executing Expressions From The MATLAB Command
- Window—Basic MATLAB Syntax
- Clarification And Exceptions To MATLAB’S Syntax
- MATLAB Functions
- Creating Scripts And Executing Them From The
- MATLAB Editor
- Online Help
- The Symbolic Toolbox
- Summary Of Functions Introduced In Chapter
- Exercises
- Vectors And Matrices
- Edward B Magrab
- Introduction
- Definitions Of Matrices And Vectors
- Creation Of Vectors
- Creation Of Matrices
- Dot Operations
Mathematical Operations With Matrices
- Addition And Subtraction
- Multiplication
- Determinants
- Matrix Inverse
- Solution Of A System Of Equations
- Summary Of Functions Introduced In Chapter
- Exercises
- Data Input/Output
- Edward B Magrab
- Strings And Annotated Output
- An Engineer’s Guide To Matlab
- Creating Strings
- Converting Numerical Values To Strings And
- Displaying Them
- Entering Data With Input
- Entering A Scalar With Input
- Entering A String With Input
- Entering A Vector With Input
- Entering A Matrix With Input
- Input/Output Data Files
- Cell Arrays
- Input Microsoft Excel Files
- Summary Of Functions Introduced In Chapter
- Exercises