MATLAB: A Practical Introduction to Programming and Problem Solving, winner of TAA's 2017 Textbook Excellence Award ("Texty"), guides the reader through both programming and built-in functions to easily exploit MATLAB's extensive capabilities for tackling engineering and scientific problems. Assuming no knowledge of programming, this book starts with programming concepts, such as variables, assignments, and selection statements, moves on to loops, and then solves problems using both the programming concept and the power of MATLAB. The sixth edition has been updated to reflect the functionality of the current version of MATLAB (R2021a), including the introduction of machine learning concepts and the Machine Learning Toolbox, and new sections on data formats and data scrubbing.
Table of Contents
Part 1 Introduction to Programming Using MATLAB1. Introduction to MATLAB
2. Vectors and Matrices
3. Introduction to MATLAB Programming
4. Selection Statements
5. Loop Statements and Vectorizing Code
6. MATLAB Programs
7. Text Manipulation
8. Data Structures
Part 2 Advanced Topics for Problem Solving with MATLAB
9. Data Transfer
10. Advanced Functions
11. Introduction to Object-Oriented Programming and Graphics
12. Advanced Plotting Techniques
13. Sights and Sounds
14. Advanced Mathematics
15. Introduction to Machine Learning